diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-04-22 10:24:12 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-04-22 10:24:12 +0000 |
commit | 257b2cc8e784d43d6fb9c8c609333fd2c55ede74 (patch) | |
tree | f4f0922534b8dd364edac704bb50982dbec7a1de /dev-libs/openobex/files | |
parent | Never trust upstream, readd patch for bug #130402. (diff) | |
download | gentoo-2-257b2cc8e784d43d6fb9c8c609333fd2c55ede74.tar.gz gentoo-2-257b2cc8e784d43d6fb9c8c609333fd2c55ede74.tar.bz2 gentoo-2-257b2cc8e784d43d6fb9c8c609333fd2c55ede74.zip |
Fix broken compilation when LDFLAGS=-Wl,--as-needed (#130779)
(Portage version: 2.0.54)
Diffstat (limited to 'dev-libs/openobex/files')
-rw-r--r-- | dev-libs/openobex/files/digest-openobex-1.2-r1 | 1 | ||||
-rw-r--r-- | dev-libs/openobex/files/openobex-1.2-as-needed.patch | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/dev-libs/openobex/files/digest-openobex-1.2-r1 b/dev-libs/openobex/files/digest-openobex-1.2-r1 new file mode 100644 index 000000000000..148dcd0ce15b --- /dev/null +++ b/dev-libs/openobex/files/digest-openobex-1.2-r1 @@ -0,0 +1 @@ +MD5 c92746ae7bd69255c2c41f51e9349c65 openobex-1.2.tar.gz 341324 diff --git a/dev-libs/openobex/files/openobex-1.2-as-needed.patch b/dev-libs/openobex/files/openobex-1.2-as-needed.patch new file mode 100644 index 000000000000..717136397d7e --- /dev/null +++ b/dev-libs/openobex/files/openobex-1.2-as-needed.patch @@ -0,0 +1,12 @@ +diff -uNr openobex-1.2.orig/ircp/Makefile.am openobex-1.2/ircp/Makefile.am +--- openobex-1.2.orig/ircp/Makefile.am 2006-01-03 18:36:15.000000000 +0000 ++++ openobex-1.2/ircp/Makefile.am 2006-04-21 22:43:13.000000000 +0000 +@@ -11,7 +11,7 @@ + + bin_PROGRAMS = ircp + +-LDADD = $(top_builddir)/lib/libopenobex.la libircp.a ++LDADD = libircp.a $(top_builddir)/lib/libopenobex.la + + INCLUDES = -I$(top_builddir)/include + endif |