summaryrefslogtreecommitdiffstats
path: root/debian/patches/0002-zupdate.patch
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2017-01-02 09:36:53 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2017-01-02 09:36:53 +0000
commitc033834ada39c6dfcd7f5056fd9550bf648fcbb4 (patch)
tree197adf6a1aa393cd33cc4867db956527702fe41f /debian/patches/0002-zupdate.patch
parentUpdating year in copyright information for 2017. (diff)
downloadzutils-c033834ada39c6dfcd7f5056fd9550bf648fcbb4.tar.xz
zutils-c033834ada39c6dfcd7f5056fd9550bf648fcbb4.zip
Moving debian specific patches to subdirectory within patches directory.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'debian/patches/0002-zupdate.patch')
-rw-r--r--debian/patches/0002-zupdate.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/0002-zupdate.patch b/debian/patches/0002-zupdate.patch
deleted file mode 100644
index f434707..0000000
--- a/debian/patches/0002-zupdate.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Author: Daniel Baumann <mail@daniel-baumann.ch>
-Description: Avoid linking zupdate statically.
-
-diff -Naurp zutils.orig/Makefile.in zutils/Makefile.in
---- zutils.orig/Makefile.in
-+++ zutils/Makefile.in
-@@ -51,7 +51,7 @@ ztest : $(ztest_objs)
- $(CXX) $(LDFLAGS) $(CXXFLAGS) -o $@ $(ztest_objs)
-
- zupdate : $(zupdate_objs)
-- $(CXX) $(LDFLAGS) $(CXXFLAGS) -o $@ $(zupdate_objs)
-+ $(CXX) $(CXXFLAGS) -o $@ $(zupdate_objs)
-
- rc.o : rc.cc
- $(CXX) $(CPPFLAGS) $(CXXFLAGS) -DPROGVERSION=\"$(pkgversion)\" -DSYSCONFDIR=\"$(sysconfdir)\" -c -o $@ $<