tag 554541 + patch
severity 554541 important
user ubuntu-de...@lists.ubuntu.com
usertags 554541 + natty ubuntu-patch
thanks

Hello i have successfully solved this problem by adding X11 library at
Makefile.*

I have attached patch files to solved this problem

An original patch can be found at
http://launchpadlibrarian.net/62012829/gmpc_0.20.0-1_0.20.0-1ubuntu1.diff.gz

Thanks!
-- 
Mahyuddin Susanto (udienz)
Electrical Engineering students
--- gmpc-0.20.0.orig/debian/patches/series
+++ gmpc-0.20.0/debian/patches/series
@@ -0,0 +1 @@
+01_binutils_gold.diff
only in patch2:
unchanged:
--- gmpc-0.20.0.orig/debian/patches/01_binutils_gold.diff
+++ gmpc-0.20.0/debian/patches/01_binutils_gold.diff
@@ -0,0 +1,29 @@
+Description: Fix FTBFS with binutils-gold 
+Author: Mahyuddin Susanto <udi...@gmail.com>
+Bug-Ubuntu: https://launchpad.net/bugs/700405
+Bug-Debian: http://bugs.debian.org/554541
+
+diff -Nurp gmpc-0.20.0/src/Makefile.am gmpc-0.20.0.ubuntu/src/Makefile.am
+--- gmpc-0.20.0/src/Makefile.am	2010-03-22 10:18:43.000000000 +0700
++++ gmpc-0.20.0.ubuntu/src/Makefile.am	2011-01-09 05:40:20.000000000 +0700
+@@ -63,7 +63,7 @@ nodist_gmpc_SOURCES=\
+     $(gmpc_GOBCFILES)
+ 
+ gmpc_LDADD=\
+-           libeggsmclient.la
++           libeggsmclient.la -lX11
+ 
+ 
+ if WIN32 
+diff -Nurp gmpc-0.20.0/src/Makefile.in gmpc-0.20.0.ubuntu/src/Makefile.in
+--- gmpc-0.20.0/src/Makefile.in	2010-03-22 10:18:54.000000000 +0700
++++ gmpc-0.20.0.ubuntu/src/Makefile.in	2011-01-09 05:40:20.000000000 +0700
+@@ -425,7 +425,7 @@ gmpc_SOURCES = \
+ nodist_gmpc_SOURCES = \
+     $(gmpc_GOBCFILES)
+ 
+-gmpc_LDADD = libeggsmclient.la $(am__append_1)
++gmpc_LDADD = libeggsmclient.la $(am__append_1) -lX11
+ BUILT_SOURCES = \
+               $(gmpc_GOBSTAMPFILES)\
+               revisiont.h

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to