[Pkg-xfce-commits] r2984 - in desktop/trunk/xfprint4/debian: . patches
corsac at alioth.debian.org
corsac at alioth.debian.org
Tue Mar 17 07:07:42 UTC 2009
Author: corsac
Date: 2009-03-17 07:07:41 +0000 (Tue, 17 Mar 2009)
New Revision: 2984
Added:
desktop/trunk/xfprint4/debian/patches/03_fix-wl-as-needed.patch
Modified:
desktop/trunk/xfprint4/debian/changelog
desktop/trunk/xfprint4/debian/patches/series
Log:
* debian/patches:
- 03_fix-wl-as-needed added, fix build with -Wl,--as-needed.
Modified: desktop/trunk/xfprint4/debian/changelog
===================================================================
--- desktop/trunk/xfprint4/debian/changelog 2009-03-16 21:53:46 UTC (rev 2983)
+++ desktop/trunk/xfprint4/debian/changelog 2009-03-17 07:07:41 UTC (rev 2984)
@@ -9,8 +9,10 @@
* debian/rules:
- add -Wl,-z,defs -Wl,--as-needed to LDFLAGS.
- replace dh_clean -k by dh_prep.
+ * debian/patches:
+ - 03_fix-wl-as-needed added, fix build with -Wl,--as-needed.
- -- Yves-Alexis Perez <corsac at debian.org> Mon, 16 Mar 2009 22:44:38 +0100
+ -- Yves-Alexis Perez <corsac at debian.org> Tue, 17 Mar 2009 07:44:42 +0100
xfprint4 (4.6.0-1) experimental; urgency=low
Added: desktop/trunk/xfprint4/debian/patches/03_fix-wl-as-needed.patch
===================================================================
--- desktop/trunk/xfprint4/debian/patches/03_fix-wl-as-needed.patch (rev 0)
+++ desktop/trunk/xfprint4/debian/patches/03_fix-wl-as-needed.patch 2009-03-17 07:07:41 UTC (rev 2984)
@@ -0,0 +1,30 @@
+commit f9c2ef09481fecdd79302c39fc4a86907bacd29f
+Author: Yves-Alexis Perez <corsac at debian.org>
+Date: Tue Mar 17 07:54:10 2009 +0100
+
+ fix build with -Wl,--as-needed
+
+diff --git a/printing-systems/bsd-lpr/Makefile.in b/printing-systems/bsd-lpr/Makefile.in
+index aa2ec92..5c053a6 100644
+--- a/printing-systems/bsd-lpr/Makefile.in
++++ b/printing-systems/bsd-lpr/Makefile.in
+@@ -278,6 +278,7 @@ bsdlpr_plugin_la_LDFLAGS = \
+ -module
+
+ bsdlpr_plugin_la_LIBADD = \
++ $(top_builddir)/libxfprint/libxfprint.la \
+ @LIBXFCEGUI4_LIBS@ \
+ @GMODULE_LIBS@
+
+diff --git a/printing-systems/cups/Makefile.in b/printing-systems/cups/Makefile.in
+index eab8bd9..fb97517 100644
+--- a/printing-systems/cups/Makefile.in
++++ b/printing-systems/cups/Makefile.in
+@@ -281,6 +281,7 @@ cups_plugin_la_LDFLAGS = \
+ -module
+
+ cups_plugin_la_LIBADD = \
++ $(top_builddir)/libxfprint/libxfprint.la \
+ @LIBXFCEGUI4_LIBS@ \
+ @GMODULE_LIBS@ \
+ @CUPS_LIBS@
Modified: desktop/trunk/xfprint4/debian/patches/series
===================================================================
--- desktop/trunk/xfprint4/debian/patches/series 2009-03-16 21:53:46 UTC (rev 2983)
+++ desktop/trunk/xfprint4/debian/patches/series 2009-03-17 07:07:41 UTC (rev 2984)
@@ -1,2 +1,3 @@
01_debug-lpr-command.patch
02_refresh-new-settings.patch
+03_fix-wl-as-needed.patch
More information about the Pkg-xfce-commits
mailing list