diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-03-13 10:45:05 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-03-13 10:45:05 +0000 |
commit | 70e9ba87a056aca405f9b7338d90f1f8054405ed (patch) | |
tree | dce2179066f2da1dcd8748151c7750b9bce73cf1 /dev-libs/klibc | |
parent | Credits fix (diff) | |
download | gentoo-2-70e9ba87a056aca405f9b7338d90f1f8054405ed.tar.gz gentoo-2-70e9ba87a056aca405f9b7338d90f1f8054405ed.tar.bz2 gentoo-2-70e9ba87a056aca405f9b7338d90f1f8054405ed.zip |
Add /usr/lib/klibc to PRELINK_PATH_MASK.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs/klibc')
-rw-r--r-- | dev-libs/klibc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/klibc/klibc-1.0.3.ebuild | 13 |
2 files changed, 16 insertions, 2 deletions
diff --git a/dev-libs/klibc/ChangeLog b/dev-libs/klibc/ChangeLog index 7aaf1ca50491..e62833bf373e 100644 --- a/dev-libs/klibc/ChangeLog +++ b/dev-libs/klibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/klibc # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/ChangeLog,v 1.5 2005/03/11 01:29:30 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/ChangeLog,v 1.6 2005/03/13 10:45:05 azarah Exp $ + + 13 Mar 2005; Martin Schlemmer <azarah@gentoo.org> klibc-1.0.3.ebuild: + Add /usr/lib/klibc to PRELINK_PATH_MASK. 11 Mar 2005; Martin Schlemmer <azarah@gentoo.org> klibc-1.0.3.ebuild: Fixup gunzip/zcat hardlinks of gzip becoming copies. Add perl to DEPEND and diff --git a/dev-libs/klibc/klibc-1.0.3.ebuild b/dev-libs/klibc/klibc-1.0.3.ebuild index ceec0a026ddb..b19127f4f20e 100644 --- a/dev-libs/klibc/klibc-1.0.3.ebuild +++ b/dev-libs/klibc/klibc-1.0.3.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/dev-libs/klibc/klibc-1.0.3.ebuild,v 1.2 2005/03/11 01:29:30 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/klibc/klibc-1.0.3.ebuild,v 1.3 2005/03/13 10:45:05 azarah Exp $ inherit eutils linux-mod @@ -83,7 +83,16 @@ src_unpack() { cd ${S} + # Add our linux source tree symlink ln -snf ${KV_DIR} linux + + # We do not want all the nice prelink warnings + # NOTE: for amd64, we might change below to '/usr/$(get_libdir)/klibc', + # but I do not do it right now, as the build system do not support + # the lib64 yet .... + cat > "${S}/70klibc" <<-EOF + PRELINK_PATH_MASK="/usr/lib/klibc" + EOF } src_compile() { @@ -123,6 +132,8 @@ src_install() { insinto /usr/share/aclocal doins ${FILESDIR}/klibc.m4 + doenvd ${S}/70klibc + dodoc ${S}/README ${S}/klibc/{LICENSE,CAVEATS} newdoc ${S}/klibc/README README.klibc newdoc ${S}/klibc/arch/README README.klibc.arch |