summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-08-08 22:31:48 +0000
committerTravis Tilley <lv@gentoo.org>2004-08-08 22:31:48 +0000
commit4e24214775250189e19b0eaa236a9b327ff906b0 (patch)
treed6c804ca5087f71c1fed7e3bc6e582dcf570d730 /sys-libs
parentVersion bump for CAN-2004-0685, bug #59769. (Manifest recommit) (diff)
downloadgentoo-2-4e24214775250189e19b0eaa236a9b327ff906b0.tar.gz
gentoo-2-4e24214775250189e19b0eaa236a9b327ff906b0.tar.bz2
gentoo-2-4e24214775250189e19b0eaa236a9b327ff906b0.zip
made --enable-bind-now the default for all users instead of just hardened users
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog5
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20040808.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index 57937ad4e578..2ad4f08a4250 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/glibc
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.225 2004/08/08 19:42:12 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.226 2004/08/08 22:31:48 lv Exp $
+
+ 08 Aug 2004; Travis Tilley <lv@gentoo.org> glibc-2.3.4.20040808.ebuild:
+ made --enable-bind-now the default for all users instead of just hardened users
*glibc-2.3.4.20040808 (08 Aug 2004)
diff --git a/sys-libs/glibc/glibc-2.3.4.20040808.ebuild b/sys-libs/glibc/glibc-2.3.4.20040808.ebuild
index bf9397514c96..4bf2ef2d5871 100644
--- a/sys-libs/glibc/glibc-2.3.4.20040808.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20040808.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040808.ebuild,v 1.1 2004/08/08 19:42:13 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040808.ebuild,v 1.2 2004/08/08 22:31:48 lv Exp $
inherit eutils flag-o-matic gcc
@@ -535,7 +535,6 @@ src_compile() {
use nls || myconf="${myconf} --disable-nls"
use erandom || myconf="${myconf} --disable-dev-erandom"
- use hardened && myconf="${myconf} --enable-bind-now"
if want_nptl && want_tls; then
myconf="${myconf} \
@@ -571,6 +570,7 @@ src_compile() {
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--libexecdir=/usr/lib/misc \
+ --enable-bind-now \
${myconf} || die
einfo "Building GLIBC..."