diff options
author | Ned Ludd <solar@gentoo.org> | 2005-05-15 22:21:54 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2005-05-15 22:21:54 +0000 |
commit | 6ea24c117415d407e7f9b1fcf167026c0a2cc62d (patch) | |
tree | a3d306ae9bbf7a040d0629b16c7792fc19f40129 /app-misc/pax-utils/pax-utils-0.0.4.ebuild | |
parent | Updated bitlbee to support toolchain-funcs eclass instead of gcc and added a ... (diff) | |
download | gentoo-2-6ea24c117415d407e7f9b1fcf167026c0a2cc62d.tar.gz gentoo-2-6ea24c117415d407e7f9b1fcf167026c0a2cc62d.tar.bz2 gentoo-2-6ea24c117415d407e7f9b1fcf167026c0a2cc62d.zip |
- stable x86 - make all ebuild use toolchain-funcs vs gcc eclass - cleaned non stabilized versions below 0.0.7
(Portage version: 2.0.51.21)
Diffstat (limited to 'app-misc/pax-utils/pax-utils-0.0.4.ebuild')
-rw-r--r-- | app-misc/pax-utils/pax-utils-0.0.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/pax-utils/pax-utils-0.0.4.ebuild b/app-misc/pax-utils/pax-utils-0.0.4.ebuild index 9249283e42a9..ad28c0ba2aaf 100644 --- a/app-misc/pax-utils/pax-utils-0.0.4.ebuild +++ b/app-misc/pax-utils/pax-utils-0.0.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.0.4.ebuild,v 1.8 2005/04/21 19:33:40 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.0.4.ebuild,v 1.9 2005/05/15 22:21:54 solar Exp $ -inherit flag-o-matic gcc +inherit flag-o-matic toolchain-funcs DESCRIPTION="Various PaX related utils for ELF32, ELF64 binaries" HOMEPAGE="http://www.gentoo.org/proj/en/hardened" @@ -26,7 +26,7 @@ src_compile() { append-flags -DWANT_SYSCAP append-ldflags -lcap fi - emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" all || die + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" all || die } src_install() { |