tag 555574 + patch
user ubuntu-de...@lists.ubuntu.com
usertags 555574 + natty ubuntu-patch
thanks


Hi we have successfully solved this problem by adding some library linker
in Makefile.*

attached a patch to fixing it. an origin bug and diff at below:
https://launchpad.net/bugs/703373
http://launchpadlibrarian.net/62296603/lxlauncher_0.2.1-3_0.2.1-3ubuntu1.diff.gz

-- 
Mahyuddin Susanto (udienz)
Electrical Engineering students




Description: fix FTBFS binutils-gold by adding X11 library in src/Makefile.*
Author: Mahyuddin Susanto <udi...@gmail.com>
Bug-Ubuntu: https://bugs.launchpad.net/bugs/703373

--- lxlauncher-0.2.1.orig/src/Makefile.in
+++ lxlauncher-0.2.1/src/Makefile.in
@@ -188,7 +188,7 @@ lxlauncher_SOURCES = \
 	working-area.c working-area.h \
 	exo-wrap-table.c exo-wrap-table.h
 
-lxlauncher_LDADD = @GTK_LIBS@ @SN_LIBS@ @GMENU_LIBS@ $(INTLLIBS)
+lxlauncher_LDADD = @GTK_LIBS@ @SN_LIBS@ @GMENU_LIBS@ $(INTLLIBS) -lX11
 all: all-am
 
 .SUFFIXES:
--- lxlauncher-0.2.1.orig/src/Makefile.am
+++ lxlauncher-0.2.1/src/Makefile.am
@@ -16,5 +16,5 @@ lxlauncher_SOURCES = \
 	working-area.c working-area.h \
 	exo-wrap-table.c exo-wrap-table.h
 
-lxlauncher_LDADD = @GTK_LIBS@ @SN_LIBS@ @GMENU_LIBS@ $(INTLLIBS)
+lxlauncher_LDADD = @GTK_LIBS@ @SN_LIBS@ @GMENU_LIBS@ $(INTLLIBS) -lX11
 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to