summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 15:12:58 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 15:12:58 +0000
commit4b3b25318248f82bad78cad777df436207ed56e5 (patch)
tree16a7017c9a2e96b7bd64fc66dcb5775142359186 /net-dialup/mgetty
parentUse bindnow-flags function instead of -Wl,-z,now. Drop ppc-macos special case. (diff)
downloadgentoo-2-4b3b25318248f82bad78cad777df436207ed56e5.tar.gz
gentoo-2-4b3b25318248f82bad78cad777df436207ed56e5.tar.bz2
gentoo-2-4b3b25318248f82bad78cad777df436207ed56e5.zip
Use bindnow-flags function instead of -Wl,-z,now.
(Portage version: 2.1_pre2)
Diffstat (limited to 'net-dialup/mgetty')
-rw-r--r--net-dialup/mgetty/ChangeLog5
-rw-r--r--net-dialup/mgetty/mgetty-1.1.33.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-dialup/mgetty/ChangeLog b/net-dialup/mgetty/ChangeLog
index 0017bb906539..a07830d727b7 100644
--- a/net-dialup/mgetty/ChangeLog
+++ b/net-dialup/mgetty/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/mgetty
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.48 2005/06/17 20:16:16 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.49 2005/12/25 15:11:55 flameeyes Exp $
+
+ 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> mgetty-1.1.33.ebuild:
+ Use bindnow-flags function instead of -Wl,-z,now.
17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org>
mgetty-1.1.30-r2.ebuild:
diff --git a/net-dialup/mgetty/mgetty-1.1.33.ebuild b/net-dialup/mgetty/mgetty-1.1.33.ebuild
index 4b162296a780..bf895258ae26 100644
--- a/net-dialup/mgetty/mgetty-1.1.33.ebuild
+++ b/net-dialup/mgetty/mgetty-1.1.33.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/net-dialup/mgetty/mgetty-1.1.33.ebuild,v 1.4 2005/07/20 05:49:00 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.33.ebuild,v 1.5 2005/12/25 15:11:55 flameeyes Exp $
inherit toolchain-funcs flag-o-matic eutils
@@ -40,9 +40,9 @@ src_unpack() {
epatch ${FILESDIR}/Lucent.c.patch
#Avoid "is setXid, dynamically linked and using lazy bindings" QA notices
- append-ldflags "-Wl,-z,now"
+ append-ldflags $(bindnow-flags)
- sed -i 's: \$(CFLAGS) -o faxq-helper faxq-helper.o: $(LDLAGS) -Wl,-z,now -o faxq-helper faxq-helper.o:' ${S}/fax/Makefile
+ sed -i 's: \$(CFLAGS) -o faxq-helper faxq-helper.o: $(LDLAGS) '$(bindnow-flags)' -o faxq-helper faxq-helper.o:' ${S}/fax/Makefile
sed -e 's:var/log/mgetty:var/log/mgetty/mgetty:' \
-e 's:var/log/sendfax:var/log/mgetty/sendfax:' \