diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-09-23 09:07:18 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-09-23 09:07:18 +0000 |
commit | da0aff0df8e53e3316d2e81630816da161585566 (patch) | |
tree | e254bbf407733d0bea4b04b7646890ede98f73e0 /net-dialup/kisdndial/kisdndial-0.1.6.ebuild | |
parent | New ebuild poppler-data for poppler, all poppler keywords because nothing is ... (diff) | |
download | gentoo-2-da0aff0df8e53e3316d2e81630816da161585566.tar.gz gentoo-2-da0aff0df8e53e3316d2e81630816da161585566.tar.bz2 gentoo-2-da0aff0df8e53e3316d2e81630816da161585566.zip |
Remove text relocations from the libkisdndial.so by appending -fPIC to CXXFLAGS.
(Portage version: 2.1.1)
Diffstat (limited to 'net-dialup/kisdndial/kisdndial-0.1.6.ebuild')
-rw-r--r-- | net-dialup/kisdndial/kisdndial-0.1.6.ebuild | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/net-dialup/kisdndial/kisdndial-0.1.6.ebuild b/net-dialup/kisdndial/kisdndial-0.1.6.ebuild index 0c56792f0c3f..1268671c76a4 100644 --- a/net-dialup/kisdndial/kisdndial-0.1.6.ebuild +++ b/net-dialup/kisdndial/kisdndial-0.1.6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/kisdndial/kisdndial-0.1.6.ebuild,v 1.1 2004/11/21 09:08:37 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/kisdndial/kisdndial-0.1.6.ebuild,v 1.2 2006/09/23 09:07:18 mrness Exp $ -inherit kde +inherit kde flag-o-matic DESCRIPTION="KDE Kicker Applet to establish ISDN dial-up connections and to show the status" HOMEPAGE="http://www.kisdndial.de/" @@ -28,6 +28,13 @@ src_unpack() { fi } +src_compile() { + #The only way to avoid QA text relocation warning + #is by appending -fPIC to CFLAGS + append-flags -fPIC + kde_src_compile +} + src_install() { kde_src_install make dodoc AUTHORS README NEWS TODO ChangeLog |