diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-19 21:56:18 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-19 21:56:18 +0000 |
commit | 3d4cfe856a6e99c0234a87d7d14ee81b99d8fff5 (patch) | |
tree | 36b2f01daf11d9c76b712bb3484d379b39434600 /net-p2p/bitstormlite/files | |
parent | Fixed SRC_URI. (diff) | |
download | gentoo-2-3d4cfe856a6e99c0234a87d7d14ee81b99d8fff5.tar.gz gentoo-2-3d4cfe856a6e99c0234a87d7d14ee81b99d8fff5.tar.bz2 gentoo-2-3d4cfe856a6e99c0234a87d7d14ee81b99d8fff5.zip |
Fix building with -Wl,--as-needed wrt #248147.
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/bitstormlite/files')
-rw-r--r-- | net-p2p/bitstormlite/files/bitstormlite-0.2p-asneeded.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-p2p/bitstormlite/files/bitstormlite-0.2p-asneeded.patch b/net-p2p/bitstormlite/files/bitstormlite-0.2p-asneeded.patch new file mode 100644 index 000000000000..17cf559c9efd --- /dev/null +++ b/net-p2p/bitstormlite/files/bitstormlite-0.2p-asneeded.patch @@ -0,0 +1,13 @@ +diff -ur BitStormLite-0.2p.orig/src/Makefile.am BitStormLite-0.2p/src/Makefile.am +--- BitStormLite-0.2p.orig/src/Makefile.am 2007-09-20 15:01:06.000000000 +0300 ++++ BitStormLite-0.2p/src/Makefile.am 2009-12-19 23:55:38.000000000 +0200 +@@ -4,8 +4,7 @@ + localedir = $(datadir)/locale + INCLUDES = $(GTK_CFLAGS) -DLOCALEDIR=\"$(localedir)\" + +-bitstormlite_LDFLAGS = -lpthread $(GTK_LIBS) `curl-config --libs` +-bitstormlite_LDADD = $(LIBINTL) ++bitstormlite_LDADD = -lpthread $(LIBINTL) $(GTK_LIBS) -lcurl + + bitstormlite_SOURCES = bdict.cpp\ + BitSet.cpp\ |