tags 667415 + patch
thanks

Patch attached to resolve the FTBFS. -Wl needs something passed to it to
be valid ("-Wl,foo")
Description: Fix GCC 4.7 FTBFS
 -Wl needs to have values passed to it so that it can pass those on to the
 linker.
Author: Paul Tagliamonte <paul...@ubuntu.com>
Bug-Debian: http://bugs.debian.org/667415
Origin: vendor

--- wmhdplop-0.9.9.orig/Makefile.am
+++ wmhdplop-0.9.9/Makefile.am
@@ -18,6 +18,6 @@ LIBTOOLSUX_GKHDPLOP_SRC=wmhdplop.c util.
 
 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@
--- wmhdplop-0.9.9.orig/Makefile.in
+++ wmhdplop-0.9.9/Makefile.in
@@ -202,7 +202,7 @@ wmhdplop_CFLAGS = $(IMLIB2_CFLAGS)
 LIBTOOLSUX_GKHDPLOP_SRC = wmhdplop.c util.c util.h procstat.c procstat.h devnames.c devnames.h global.h dockapp_imlib2.c dockapp_imlib2.h gkrellm_hdplop.c
 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: config.h
 	$(MAKE) $(AM_MAKEFLAGS) all-am

Attachment: signature.asc
Description: Digital signature

Reply via email to