tag 556720 + patch
severity 556720 minor
user ubuntu-de...@lists.ubuntu.com
usertags 556720 + natty ubuntu-patch
thanks


Hi i 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://bugs.launchpad.net/bugs/703501
https://launchpad.net/~udienz/+archive/unstable/+files/xpenguins-applet_2.1.1-8ubuntu1.diff.gz

-- 
Mahyuddin Susanto (udienz)
Electrical Engineering students


Description: Fix FTBFS binutils-gold with ld --no-add-needed by adding X11 library
 in src/Makefile.in
Author: Mahyuddin Susanto <udi...@gmail.com>
Bug-Ubuntu: https://bugs.launchpad.net/bugs/703501

diff -Nurp xpenguins-applet-2.1.1/src/Makefile.in xpenguins-applet-2.1.1.new/src/Makefile.in
--- xpenguins-applet-2.1.1/src/Makefile.in	2004-08-08 16:18:38.000000000 +0700
+++ xpenguins-applet-2.1.1.new/src/Makefile.in	2011-01-16 15:57:25.237335266 +0700
@@ -57,7 +57,7 @@ am_xpenguins_applet_OBJECTS = applet_mai
 	toon_core.$(OBJEXT) toon_end.$(OBJEXT) toon_init.$(OBJEXT) \
 	toon_root.$(OBJEXT) toon_signal.$(OBJEXT)
 xpenguins_applet_OBJECTS = $(am_xpenguins_applet_OBJECTS)
-xpenguins_applet_LDADD = $(LDADD)
+xpenguins_applet_LDADD = $(LDADD) -lX11 -lXext
 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__depfiles_maybe = depfiles

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to