diff options
author | 2008-11-16 16:29:09 +0000 | |
---|---|---|
committer | 2008-11-16 16:29:09 +0000 | |
commit | 61b16d687c691770d969897b2586221c85d1a02d (patch) | |
tree | 1676aa3a33ff0ef9e3e3fe2eb50cc89b094065f2 /dev-libs/dvmysql/dvmysql-1.0.2.ebuild | |
parent | Added ebuild from java-experimental overlay, created by Alistair Bush <alista... (diff) | |
download | gentoo-2-61b16d687c691770d969897b2586221c85d1a02d.tar.gz gentoo-2-61b16d687c691770d969897b2586221c85d1a02d.tar.bz2 gentoo-2-61b16d687c691770d969897b2586221c85d1a02d.zip |
Correct --as-needed filtering and list a bug number for it.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'dev-libs/dvmysql/dvmysql-1.0.2.ebuild')
-rw-r--r-- | dev-libs/dvmysql/dvmysql-1.0.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/dvmysql/dvmysql-1.0.2.ebuild b/dev-libs/dvmysql/dvmysql-1.0.2.ebuild index 0659bbfa6f33..03f5c7d480f7 100644 --- a/dev-libs/dvmysql/dvmysql-1.0.2.ebuild +++ b/dev-libs/dvmysql/dvmysql-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvmysql/dvmysql-1.0.2.ebuild,v 1.1 2008/01/04 08:51:03 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvmysql/dvmysql-1.0.2.ebuild,v 1.2 2008/11/16 16:29:09 flameeyes Exp $ inherit flag-o-matic @@ -24,7 +24,8 @@ src_unpack() { sed -i 's/^\(SUBDIRS =.*\)doc\(.*\)$/\1\2/' Makefile.in || \ die "sed Makefile.in failed" - filter-ldflags -Wl,--as-needed + # Bug #247053 + append-ldflags -Wl,--no-as-needed } src_install() { |