Refreshing zupdate.patch.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
889be5f5eb
commit
2c91945f9b
1 changed files with 4 additions and 4 deletions
8
debian/patches/0002-zupdate.patch
vendored
8
debian/patches/0002-zupdate.patch
vendored
|
@ -4,12 +4,12 @@ Description: Avoid linking zupdate statically.
|
|||
diff -Naurp zutils.orig/Makefile.in zutils/Makefile.in
|
||||
--- zutils.orig/Makefile.in
|
||||
+++ zutils/Makefile.in
|
||||
@@ -53,7 +53,7 @@ ztest : ztest.in
|
||||
chmod a+x ztest
|
||||
@@ -49,7 +49,7 @@ ztest : $(ztest_objs)
|
||||
$(CXX) $(LDFLAGS) -o $@ $(ztest_objs)
|
||||
|
||||
zupdate : $(zupdate_objs)
|
||||
- $(CXX) $(LDFLAGS) -o $@ $(zupdate_objs)
|
||||
+ $(CXX) -o $@ $(zupdate_objs)
|
||||
|
||||
main.o : main.cc
|
||||
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -DGREP=\"$(GREP)\" -c -o $@ $<
|
||||
rc.o : rc.cc
|
||||
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -DPROGVERSION=\"$(pkgversion)\" -DSYSCONFDIR=\"$(sysconfdir)\" -c -o $@ $<
|
||||
|
|
Loading…
Add table
Reference in a new issue