diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-25 15:11:55 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-25 15:11:55 +0000 |
commit | 1babee681da7fd2716082a06850ebbadc70405bc (patch) | |
tree | dfbaadc953db913a7e5069d898face85b07cc68e /net-dialup/linesrv | |
parent | Use bindnow-flags function instead of -Wl,-z,now. Drop ppc-macos special case. (diff) | |
download | historical-1babee681da7fd2716082a06850ebbadc70405bc.tar.gz historical-1babee681da7fd2716082a06850ebbadc70405bc.tar.bz2 historical-1babee681da7fd2716082a06850ebbadc70405bc.zip |
Use bindnow-flags function instead of -Wl,-z,now.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'net-dialup/linesrv')
-rw-r--r-- | net-dialup/linesrv/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/linesrv/linesrv-2.1.21-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-dialup/linesrv/ChangeLog b/net-dialup/linesrv/ChangeLog index ef7e69b2869f..571217445508 100644 --- a/net-dialup/linesrv/ChangeLog +++ b/net-dialup/linesrv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/linesrv # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/linesrv/ChangeLog,v 1.8 2005/07/18 11:51:18 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/linesrv/ChangeLog,v 1.9 2005/12/25 15:09:02 flameeyes Exp $ + + 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> + linesrv-2.1.21-r1.ebuild: + Use bindnow-flags function instead of -Wl,-z,now. 18 Jul 2005; David Holm <dholm@gentoo.org> linesrv-2.1.21-r1.ebuild: Added to ~ppc. diff --git a/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild b/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild index 500057fdaa72..1782d315ca1f 100644 --- a/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild +++ b/net-dialup/linesrv/linesrv-2.1.21-r1.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/linesrv/linesrv-2.1.21-r1.ebuild,v 1.2 2005/07/18 11:51:18 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/linesrv/linesrv-2.1.21-r1.ebuild,v 1.3 2005/12/25 15:09:02 flameeyes Exp $ inherit webapp flag-o-matic @@ -37,7 +37,7 @@ src_unpack() { } src_compile() { - append-ldflags -Wl,-z,now #don't use lazy bindings + append-ldflags $(bindnow-flags) #don't use lazy bindings local myconf="" # sfuchs: configure script of linesrv 2 is quite bad... |