summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2007-04-29 21:22:37 +0000
committerAlin Năstac <mrness@gentoo.org>2007-04-29 21:22:37 +0000
commitf20e7ef955a218c6199058709ae81ae7d2bf5708 (patch)
tree6cc5aebf231eb32803aad293df5edde9c1bdfce9 /app-mobilephone/obexftp/files
parentFix BOOTCLASSPATH to match sun.boot.class.path property. (diff)
downloadgentoo-2-f20e7ef955a218c6199058709ae81ae7d2bf5708.tar.gz
gentoo-2-f20e7ef955a218c6199058709ae81ae7d2bf5708.tar.bz2
gentoo-2-f20e7ef955a218c6199058709ae81ae7d2bf5708.zip
Fix broken build with --as-needed, thanks to Matej Laitl <strohel at gmail dot com> (#176264).
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-mobilephone/obexftp/files')
-rw-r--r--app-mobilephone/obexftp/files/obexftp-0.21-as-needed.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/app-mobilephone/obexftp/files/obexftp-0.21-as-needed.patch b/app-mobilephone/obexftp/files/obexftp-0.21-as-needed.patch
new file mode 100644
index 000000000000..b949f4f51a13
--- /dev/null
+++ b/app-mobilephone/obexftp/files/obexftp-0.21-as-needed.patch
@@ -0,0 +1,10 @@
+diff -Nru obexftp-0.21.orig/obexftp/Makefile.am obexftp-0.21/obexftp/Makefile.am
+--- obexftp-0.21.orig/obexftp/Makefile.am 2007-04-28 20:13:54.000000000 +0200
++++ obexftp-0.21/obexftp/Makefile.am 2007-04-28 22:25:00.000000000 +0200
+@@ -26,3 +26,6 @@
+
+ libobexftp_la_LDFLAGS = -version-info $(OBEXFTP_VERSION)
+
++libobexftp_la_LIBADD = ../multicobex/libmulticobex.la \
++ ../bfb/libbfb.la
++