[Pkg-wmaker-commits] [wmdrawer] 10/23: debian/patches/fix-641336.patch: Add patch from Ubuntu; fixes FTBFS with ld --as-needed (Closes: #641336).

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Dec 17 05:16:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmdrawer.

commit b6b3d45827de61a9b6e1b437dc536b0cb1041628
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Fri Dec 16 01:24:19 2016 -0500

    debian/patches/fix-641336.patch: Add patch from Ubuntu; fixes FTBFS
    with ld --as-needed (Closes: #641336).
---
 debian/patches/fix-641336.patch | 17 +++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/fix-641336.patch b/debian/patches/fix-641336.patch
new file mode 100644
index 0000000..80c7de9
--- /dev/null
+++ b/debian/patches/fix-641336.patch
@@ -0,0 +1,17 @@
+Description: Fix FTBFS with ld --as-needed.
+Author: Matthias Klose <doko at ubuntu.com>
+Bug-Debian: https://bugs.debian.org/641336
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/wmdrawer/+bug/832955
+Last-Update: 2016-12-16
+
+--- a/Makefile
++++ b/Makefile
+@@ -61,7 +61,7 @@
+ 	$(CC) $(CFLAGS) $(DEFS) -c $<
+ 
+ wmdrawer : $(OBJS)
+-	$(CC) $(LDFLAGS) -o $@ $(OBJS)
++	$(CC) $(OBJS) $(LDFLAGS) -o $@
+ 
+ clean :
+ 	$(RM) *.o $(PRGS)
diff --git a/debian/patches/series b/debian/patches/series
index 82374e5..bfef0d0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 makefile.patch
+fix-641336.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmdrawer.git



More information about the Pkg-wmaker-commits mailing list