tag 554291 + patch
severity 554291 normal
user ubuntu-de...@lists.ubuntu.com
usertags 554291 + origin-ubuntu natty ubuntu-patch
thanks

Hi, i have sucessfully apllied this patch and works well in gcc-4.5
-- 
Mahyuddin Susanto (udienz)
https://launchpad.net/~udienz
--- cryptkeeper-0.9.4.orig/debian/patches/binutils-gold.patch
+++ cryptkeeper-0.9.4/debian/patches/binutils-gold.patch
@@ -0,0 +1,21 @@
+Description: fix FTBFS with ld --no-add-needed
+Author: Mahyuddin Susanto <udi...@gmail.com>
+
+--- cryptkeeper-0.9.4.orig/src/Makefile.am
++++ cryptkeeper-0.9.4/src/Makefile.am
+@@ -17,3 +17,4 @@
+ unit_test_SOURCES= encfs_wrapper.cpp unit_tests.cpp
+ 
+ #hello_LDADD		= libhello.la
++cryptkeeper_LDADD = @LDADD@ -lX11 -lXext
+--- cryptkeeper-0.9.4.orig/src/Makefile.in
++++ cryptkeeper-0.9.4/src/Makefile.in
+@@ -61,7 +61,7 @@
+ 	gtktrayicon-x11.$(OBJEXT) PasswordEntryDialog.$(OBJEXT) \
+ 	lsof.$(OBJEXT)
+ cryptkeeper_OBJECTS = $(am_cryptkeeper_OBJECTS)
+-cryptkeeper_LDADD = $(LDADD)
++cryptkeeper_LDADD = $(LDADD) -lX11 -lXext
+ am_unit_test_OBJECTS = encfs_wrapper.$(OBJEXT) unit_tests.$(OBJEXT)
+ unit_test_OBJECTS = $(am_unit_test_OBJECTS)
+ unit_test_LDADD = $(LDADD)

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to