[PATCH 03/11] 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 <[email protected]>
| Newsgroups | gmane.compw.window-managers.windowmaker.devel |
|---|---|
| Message-ID | <[email protected]> |
Patch by Paul Tagliamonte <[email protected]> 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/ --- wmhdplop/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmhdplop/Makefile.am b/wmhdplop/Makefile.am index 0c655e6..b66692a 100644 --- a/wmhdplop/Makefile.am +++ b/wmhdplop/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@ -- 2.7.4 -- To unsubscribe, send mail to [email protected].