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

I believe this patch can solved this problem
## Description: Fix FTBFS binutils-gold
## Author: Mahyuddin Susanto <udi...@ubuntu.com>
## Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554665
diff -Nur -x '*.orig' -x '*~' gnome-u2ps-0.0.4/src/Makefile.am
gnome-u2ps-0.0.4.new/src/Makefile.am
--- gnome-u2ps-0.0.4/src/Makefile.am    2004-05-05 17:11:31.000000000 +0700
+++ gnome-u2ps-0.0.4.new/src/Makefile.am        2011-01-29 07:00:04.308243611 
+0700
@@ -9,7 +9,7 @@

 u2ps_LDADD = \
        $(U2PS_LIBS) \
-       $(BZ2_LIBS)
+       $(BZ2_LIBS) -lgnomevfs-2

 u2ps_SOURCES = \
        fribidi.c \
diff -Nur -x '*.orig' -x '*~' gnome-u2ps-0.0.4/src/Makefile.in
gnome-u2ps-0.0.4.new/src/Makefile.in
--- gnome-u2ps-0.0.4/src/Makefile.in    2011-01-29 06:59:43.578244597 +0700
+++ gnome-u2ps-0.0.4.new/src/Makefile.in        2011-01-29 07:00:16.970745615 
+0700
@@ -220,7 +220,7 @@

 u2ps_LDADD = \
        $(U2PS_LIBS) \
-       $(BZ2_LIBS)
+       $(BZ2_LIBS) -lgnomevfs-2

 u2ps_SOURCES = \
        fribidi.c \
-- 
Mahyuddin Susanto (udienz)
https://launchpad.net/~udienz http://tripledin.wordpress.com/
## Description: Fix FTBFS binutils-gold
## Author: Mahyuddin Susanto <udi...@ubuntu.com>
## Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554665
diff -Nur -x '*.orig' -x '*~' gnome-u2ps-0.0.4/src/Makefile.am gnome-u2ps-0.0.4.new/src/Makefile.am
--- gnome-u2ps-0.0.4/src/Makefile.am	2004-05-05 17:11:31.000000000 +0700
+++ gnome-u2ps-0.0.4.new/src/Makefile.am	2011-01-29 07:00:04.308243611 +0700
@@ -9,7 +9,7 @@
 
 u2ps_LDADD = \
 	$(U2PS_LIBS) \
-	$(BZ2_LIBS)
+	$(BZ2_LIBS) -lgnomevfs-2
 
 u2ps_SOURCES = \
 	fribidi.c \
diff -Nur -x '*.orig' -x '*~' gnome-u2ps-0.0.4/src/Makefile.in gnome-u2ps-0.0.4.new/src/Makefile.in
--- gnome-u2ps-0.0.4/src/Makefile.in	2011-01-29 06:59:43.578244597 +0700
+++ gnome-u2ps-0.0.4.new/src/Makefile.in	2011-01-29 07:00:16.970745615 +0700
@@ -220,7 +220,7 @@
 
 u2ps_LDADD = \
 	$(U2PS_LIBS) \
-	$(BZ2_LIBS)
+	$(BZ2_LIBS) -lgnomevfs-2
 
 u2ps_SOURCES = \
 	fribidi.c \

Reply via email to