[Pkg-xfce-commits] r4709 - in goodies/branches/experimental/xfce4-screenshooter/debian: . patches
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Sun Dec 12 12:08:20 UTC 2010
Author: mrpouit-guest
Date: 2010-12-12 12:08:15 +0000 (Sun, 12 Dec 2010)
New Revision: 4709
Added:
goodies/branches/experimental/xfce4-screenshooter/debian/patches/
goodies/branches/experimental/xfce4-screenshooter/debian/patches/01_fix-implicit-dso-linking.patch
goodies/branches/experimental/xfce4-screenshooter/debian/patches/series
Modified:
goodies/branches/experimental/xfce4-screenshooter/debian/changelog
Log:
* debian/patches:
- 01_fix-implicit-dso-linking.patch: added, fixes FTBFS with binutils-gold.
- series: added.
Modified: goodies/branches/experimental/xfce4-screenshooter/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-screenshooter/debian/changelog 2010-12-12 11:47:08 UTC (rev 4708)
+++ goodies/branches/experimental/xfce4-screenshooter/debian/changelog 2010-12-12 12:08:15 UTC (rev 4709)
@@ -9,6 +9,9 @@
- add -O1, -z,defs and --as-needed to LDFLAGS.
- add hardening flags to {C,LD}FLAGS.
* Switch to 3.0 (quilt) source format.
+ * debian/patches:
+ - 01_fix-implicit-dso-linking.patch: added, fixes FTBFS with binutils-gold.
+ - series: added.
-- Lionel Le Folgoc <mrpouit at gmail.com> Sun, 12 Dec 2010 12:31:24 +0100
Added: goodies/branches/experimental/xfce4-screenshooter/debian/patches/01_fix-implicit-dso-linking.patch
===================================================================
--- goodies/branches/experimental/xfce4-screenshooter/debian/patches/01_fix-implicit-dso-linking.patch (rev 0)
+++ goodies/branches/experimental/xfce4-screenshooter/debian/patches/01_fix-implicit-dso-linking.patch 2010-12-12 12:08:15 UTC (rev 4709)
@@ -0,0 +1,18 @@
+Description: Fix FTBFS with binutils-gold
+ Add missing -lXext and -lX11.
+ .
+ Slightly reduced version of the patch submitted upstream to avoid
+ regenerating autotools's files.
+Origin: other, http://bugzilla.xfce.org/attachment.cgi?id=3273
+Bug: http://bugzilla.xfce.org/show_bug.cgi?id=6971
+--- xfce4-screenshooter-1.7.9.orig/Makefile.in
++++ xfce4-screenshooter-1.7.9/Makefile.in
+@@ -284,7 +284,7 @@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+ LD = @LD@
+ LDFLAGS = @LDFLAGS@
+ LIBOBJS = @LIBOBJS@
+-LIBS = @LIBS@
++LIBS = @LIBS@ -lXext -lX11
+ LIBTOOL = @LIBTOOL@
+ LIBXFCE4PANEL_CFLAGS = @LIBXFCE4PANEL_CFLAGS@
+ LIBXFCE4PANEL_LIBS = @LIBXFCE4PANEL_LIBS@
Added: goodies/branches/experimental/xfce4-screenshooter/debian/patches/series
===================================================================
--- goodies/branches/experimental/xfce4-screenshooter/debian/patches/series (rev 0)
+++ goodies/branches/experimental/xfce4-screenshooter/debian/patches/series 2010-12-12 12:08:15 UTC (rev 4709)
@@ -0,0 +1 @@
+01_fix-implicit-dso-linking.patch
More information about the Pkg-xfce-commits
mailing list