[Pkg-wmaker-commits] [wmhdplop] 04/26: wmhdplop: Change gkhdplop_so_LDFLAGS to gkhdplop_so_LDADD in Makefile

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Nov 25 01:49:08 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 7b36c84a13c6453636242708cda62b62fa8b5c46
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Thu Nov 24 10:26:48 2016 -0500

    wmhdplop: Change gkhdplop_so_LDFLAGS to gkhdplop_so_LDADD in Makefile
    
    This patch prevents a "undefined symbol: imlib_image_draw_pixel" error by
    placing -lImlib2 after the *.o files during make.
    
    Patch to fix Ubuntu bug #995272.
    
    https://bugs.launchpad.net/ubuntu/+source/wmhdplop/+bug/995272
    https://sources.debian.net/src/wmhdplop/0.9.9-5/debian/patches/
      ldflags-to-ldadd.patch/
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index b66692a..7870655 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 $(IMLIB2_LIBS) -lm
+gkhdplop_so_LDADD=-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