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@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/
This commit is contained in:
Doug Torrance 2016-11-24 10:26:47 -05:00 committed by Carlos R. Mafra
parent 2cb3fde28e
commit 581e3c6f43

View file

@ -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@