summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 14:54:56 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 14:54:56 +0000
commit2816ab2585d5566697f8efe8b27afe4586ff813a (patch)
treeca8fc4b5c7d57ad2abedb5d0526ffdfac1687a6f /app-mobilephone/gnokii
parentUse bindnow-flags function instead of -Wl,-z,now. (diff)
downloadgentoo-2-2816ab2585d5566697f8efe8b27afe4586ff813a.tar.gz
gentoo-2-2816ab2585d5566697f8efe8b27afe4586ff813a.tar.bz2
gentoo-2-2816ab2585d5566697f8efe8b27afe4586ff813a.zip
Use bindnow-flags function instead of -Wl,-z,now.
(Portage version: 2.1_pre2)
Diffstat (limited to 'app-mobilephone/gnokii')
-rw-r--r--app-mobilephone/gnokii/ChangeLog5
-rw-r--r--app-mobilephone/gnokii/gnokii-0.6.8.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-mobilephone/gnokii/ChangeLog b/app-mobilephone/gnokii/ChangeLog
index 96d6e541a5c2..df043d662d11 100644
--- a/app-mobilephone/gnokii/ChangeLog
+++ b/app-mobilephone/gnokii/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-mobilephone/gnokii
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.23 2005/11/24 18:40:38 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.24 2005/12/25 14:54:56 flameeyes Exp $
+
+ 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> gnokii-0.6.8.ebuild:
+ Use bindnow-flags function instead of -Wl,-z,now.
24 Nov 2005; Markus Rothe <corsair@gentoo.org> gnokii-0.6.8.ebuild:
Stable on ppc64
diff --git a/app-mobilephone/gnokii/gnokii-0.6.8.ebuild b/app-mobilephone/gnokii/gnokii-0.6.8.ebuild
index 37a8f27fde34..c0c06db0b9c5 100644
--- a/app-mobilephone/gnokii/gnokii-0.6.8.ebuild
+++ b/app-mobilephone/gnokii/gnokii-0.6.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.8.ebuild,v 1.5 2005/11/24 18:40:38 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.8.ebuild,v 1.6 2005/12/25 14:54:56 flameeyes Exp $
inherit eutils flag-o-matic linux-info
@@ -34,7 +34,7 @@ src_unpack() {
}
src_compile() {
- append-ldflags "-Wl,-z,now" #avoid QA notices
+ append-ldflags $(bindnow-flags) #avoid QA notices
autoconf && econf \
$(use_enable nls) \