diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-08-14 16:45:31 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-08-14 16:45:31 +0000 |
commit | 55568ba6e275061251e09d82d4ee6c329cf2cb7f (patch) | |
tree | 4c7c2654d44da7088c3991f4b4832e1b7b376b43 /net-im/qutecom/qutecom-2.2_p20100309.ebuild | |
parent | alpha/ia64/sparc stable wrt #314899 (diff) | |
download | gentoo-2-55568ba6e275061251e09d82d4ee6c329cf2cb7f.tar.gz gentoo-2-55568ba6e275061251e09d82d4ee6c329cf2cb7f.tar.bz2 gentoo-2-55568ba6e275061251e09d82d4ee6c329cf2cb7f.zip |
Filter --as-needed, bug #315045, ack'ed by QA on IRC.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-im/qutecom/qutecom-2.2_p20100309.ebuild')
-rw-r--r-- | net-im/qutecom/qutecom-2.2_p20100309.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-im/qutecom/qutecom-2.2_p20100309.ebuild b/net-im/qutecom/qutecom-2.2_p20100309.ebuild index 5c125603cc5d..40791b0d7dc4 100644 --- a/net-im/qutecom/qutecom-2.2_p20100309.ebuild +++ b/net-im/qutecom/qutecom-2.2_p20100309.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qutecom/qutecom-2.2_p20100309.ebuild,v 1.2 2010/04/13 22:44:46 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/qutecom/qutecom-2.2_p20100309.ebuild,v 1.3 2010/08/14 16:45:31 chithanh Exp $ EAPI="3" -inherit cmake-utils eutils +inherit cmake-utils eutils flag-o-matic DESCRIPTION="Multi-protocol instant messenger and VoIP client" HOMEPAGE="http://www.qutecom.org/" @@ -43,6 +43,8 @@ pkg_setup() { ewarn "dev-libs/boost both before and after 1.41 are installed. If the build" ewarn "fails due to undefined boost symbols, remove older boost." fi + # fails to find its libraries with --as-needed, bug #315045 + append-ldflags $(no-as-needed) } src_configure() { local mycmakeargs="$(cmake-utils_use_enable portaudio PORTAUDIO_SUPPORT) |