diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-04-29 21:22:37 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-04-29 21:22:37 +0000 |
commit | 5f854077c9522c9bb23da7277033fe47005c34ec (patch) | |
tree | a75f8f07a158f1ce9186a818372a15ee5ca04137 /app-mobilephone/obexftp/files | |
parent | Fix BOOTCLASSPATH to match sun.boot.class.path property. (diff) | |
download | historical-5f854077c9522c9bb23da7277033fe47005c34ec.tar.gz historical-5f854077c9522c9bb23da7277033fe47005c34ec.tar.bz2 historical-5f854077c9522c9bb23da7277033fe47005c34ec.zip |
Fix broken build with --as-needed, thanks to Matej Laitl <strohel at gmail dot com> (#176264).
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'app-mobilephone/obexftp/files')
-rw-r--r-- | app-mobilephone/obexftp/files/obexftp-0.21-as-needed.patch | 10 |
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 ++ |