diff options
author | Ned Ludd <solar@gentoo.org> | 2004-03-18 22:08:09 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-03-18 22:08:09 +0000 |
commit | c6a09c1319282c78b0076561e2b992049c4c0154 (patch) | |
tree | dc3bbca104b909125aee6d7ee3c5220e5e51ba3b /sys-libs/glibc | |
parent | Bump. Lots of small fixes. (Manifest recommit) (diff) | |
download | gentoo-2-c6a09c1319282c78b0076561e2b992049c4c0154.tar.gz gentoo-2-c6a09c1319282c78b0076561e2b992049c4c0154.tar.bz2 gentoo-2-c6a09c1319282c78b0076561e2b992049c4c0154.zip |
adding filter-ldflags -pie to stable glibc
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.2-r9.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index f3d21c9743f0..cbfd5176a179 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.139 2004/03/16 22:00:59 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.140 2004/03/18 22:08:09 solar Exp $ + + 18 Mar 2004; <solar@gentoo.org> glibc-2.3.2-r9.ebuild: + adding filter-ldflags -pie to stable glibc 16 Mar 2004; <solar@gentoo.org> glibc-2.3.3_pre20040207.ebuild: glibc fails to link properly with global LDFLAGS=-pie so we filter it with new diff --git a/sys-libs/glibc/glibc-2.3.2-r9.ebuild b/sys-libs/glibc/glibc-2.3.2-r9.ebuild index 3bb170b41b54..dd855cf71d0f 100644 --- a/sys-libs/glibc/glibc-2.3.2-r9.ebuild +++ b/sys-libs/glibc/glibc-2.3.2-r9.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r9.ebuild,v 1.22 2004/03/15 09:46:15 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r9.ebuild,v 1.23 2004/03/18 22:08:09 solar Exp $ IUSE="nls pic build nptl" inherit eutils flag-o-matic gcc filter-flags "-fomit-frame-pointer -malign-double" +filter-ldflags "-pie" # Recently there has been a lot of stability problem in Gentoo-land. Many # things can be the cause to this, but I believe that it is due to gcc3 |