[Pkg-wmaker-commits] [wmhdplop] 03/26: wmhdplop: Fix GCC 4.7 FTBFS -Wl needs to have values passed to it so that it can pass those on to the linker.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Nov 25 01:49:07 UTC 2016


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

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

commit cc1510db58f199becd6818cba507e80a622331a6
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Thu Nov 24 10:26:47 2016 -0500

    wmhdplop: Fix GCC 4.7 FTBFS -Wl needs to have values passed to it so that it can pass those on to the linker.
    
    Patch by Paul Tagliamonte <paultag at ubuntu.com> to fix Debian bug #667415.
    
    http://bugs.debian.org/667415
    https://sources.debian.net/src/wmhdplop/0.9.9-5/debian/patches/
     fix-ftbfs-gcc-4.7-667415.patch/
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 0c655e6..b66692a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,6 @@ LIBTOOLSUX_GKHDPLOP_SRC=wmhdplop.c util.c util.h procstat.c procstat.h devnames.
 
 gkhdplop_so_SOURCES=$(LIBTOOLSUX_GKHDPLOP_SRC)
 gkhdplop_so_CFLAGS=-DGKRELLM -fPIC $(GTK2_CFLAGS) $(IMLIB2_CFLAGS)
-gkhdplop_so_LDFLAGS=-shared -Wl $(IMLIB2_LIBS) -lm
+gkhdplop_so_LDFLAGS=-shared $(IMLIB2_LIBS) -lm
 
 all: @GKHDPLOP@

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



More information about the Pkg-wmaker-commits mailing list