package: evince
version: 2.30.0-1
severity: serious
tag: patch

evince currently ftbfs.  The attached patch explicitly passes -lz to
the linker, which fixes the issue.

Best wishes,
Mike
diff -Nru evince-2.32.0/debian/changelog evince-2.32.0/debian/changelog
--- evince-2.32.0/debian/changelog	2011-06-30 12:07:26.000000000 -0400
+++ evince-2.32.0/debian/changelog	2011-08-21 00:16:39.000000000 -0400
@@ -1,3 +1,9 @@
+evince (2.32.0-1gilbert1) unstable; urgency=low
+
+  * Fix build failure. 
+
+ -- Michael Gilbert <michael.s.gilb...@gmail.com>  Sun, 21 Aug 2011 00:16:12 -0400
+
 evince (2.32.0-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru evince-2.32.0/debian/rules evince-2.32.0/debian/rules
--- evince-2.32.0/debian/rules	2011-06-30 11:38:09.000000000 -0400
+++ evince-2.32.0/debian/rules	2011-08-21 00:24:59.000000000 -0400
@@ -20,6 +20,8 @@
 			--enable-comics \
 			--enable-impress
 
+LDFLAGS += "-lz"
+
 DEB_DH_MAKESHLIBS_ARGS += --exclude=libevince-properties-page.so \
 	-V'libevince3 (>= 2.32.0)'
 

Reply via email to