From: Joey Hess Date: Sat, 20 Nov 2010 20:49:26 +0000 (-0400) Subject: Fix gzg building with --as-needed. Closes: #604030 X-Git-Tag: 1.12~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9298d999557b431321507feaea8a5b9169b4b12a;p=tools%2Fpristine-tar.git Fix gzg building with --as-needed. Closes: #604030 --- diff --git a/Makefile.PL b/Makefile.PL index 38a3288..04b0b45 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,7 +19,7 @@ extra_build: zgz/zgz pristine-tar.spec ZGZ_SOURCES = zgz/zgz.c zgz/gzip/*.c zgz/old-bzip2/*.c zgz/zgz: $(ZGZ_SOURCES) - gcc -Wall -O2 -lz -o $@ $(ZGZ_SOURCES) + gcc -Wall -O2 -o $@ $(ZGZ_SOURCES) -lz extra_install: install -d $(DESTDIR)/usr/bin diff --git a/debian/changelog b/debian/changelog index 05c5a46..7bfb348 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pristine-tar (1.12) UNRELEASED; urgency=low + + * Fix gzg building with --as-needed. Closes: #604030 + + -- Joey Hess Sat, 20 Nov 2010 16:49:12 -0400 + pristine-tar (1.11) unstable; urgency=low * Add workaround for Debian's tar changing its output for tarballs