Refreshing zupdate.patch.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
33d9947a57
commit
42cdc6d40e
1 changed files with 3 additions and 3 deletions
6
debian/patches/debian/0002-zupdate.patch
vendored
6
debian/patches/debian/0002-zupdate.patch
vendored
|
@ -4,11 +4,11 @@ Description: Avoid linking zupdate statically.
|
||||||
diff -Naurp zutils.orig/Makefile.in zutils/Makefile.in
|
diff -Naurp zutils.orig/Makefile.in zutils/Makefile.in
|
||||||
--- zutils.orig/Makefile.in
|
--- zutils.orig/Makefile.in
|
||||||
+++ zutils/Makefile.in
|
+++ zutils/Makefile.in
|
||||||
@@ -51,7 +51,7 @@ ztest : $(ztest_objs)
|
@@ -52,7 +52,7 @@ ztest : $(ztest_objs)
|
||||||
$(CXX) $(LDFLAGS) $(CXXFLAGS) -o $@ $(ztest_objs)
|
$(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(ztest_objs)
|
||||||
|
|
||||||
zupdate : $(zupdate_objs)
|
zupdate : $(zupdate_objs)
|
||||||
- $(CXX) $(LDFLAGS) $(CXXFLAGS) -o $@ $(zupdate_objs)
|
- $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(zupdate_objs)
|
||||||
+ $(CXX) $(CXXFLAGS) -o $@ $(zupdate_objs)
|
+ $(CXX) $(CXXFLAGS) -o $@ $(zupdate_objs)
|
||||||
|
|
||||||
rc.o : rc.cc
|
rc.o : rc.cc
|
||||||
|
|
Loading…
Add table
Reference in a new issue