diff options
author | Ned Ludd <solar@gentoo.org> | 2005-12-10 05:04:24 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2005-12-10 05:04:24 +0000 |
commit | fc3e07c75cc1a58e5a6c5959fcfc3d59a6d830a6 (patch) | |
tree | 7909d15712e71981c3fdebb04c24be1d2ec4beff /net-misc/vconfig/vconfig-1.9.ebuild | |
parent | Marked x86 stable for bug #112842. (diff) | |
download | historical-fc3e07c75cc1a58e5a6c5959fcfc3d59a6d830a6.tar.gz historical-fc3e07c75cc1a58e5a6c5959fcfc3d59a6d830a6.tar.bz2 historical-fc3e07c75cc1a58e5a6c5959fcfc3d59a6d830a6.zip |
- force a purge of vconfig first so we dont end up with pre compiled binary
Package-Manager: portage-2.0.53
Diffstat (limited to 'net-misc/vconfig/vconfig-1.9.ebuild')
-rw-r--r-- | net-misc/vconfig/vconfig-1.9.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/vconfig/vconfig-1.9.ebuild b/net-misc/vconfig/vconfig-1.9.ebuild index cee345e4a5bc..9a14d87dcede 100644 --- a/net-misc/vconfig/vconfig-1.9.ebuild +++ b/net-misc/vconfig/vconfig-1.9.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-misc/vconfig/vconfig-1.9.ebuild,v 1.1 2005/11/12 13:11:17 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vconfig/vconfig-1.9.ebuild,v 1.2 2005/12/10 05:04:24 solar Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -24,7 +24,8 @@ src_unpack() { src_compile() { use static && appened-ldflags -static - emake CC="$(tc-getCC)" CCFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die + emake purge + emake CC="$(tc-getCC)" CCFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" vconfig || die } src_install() { |