--- /usr/portage/sys-fs/reiserfsprogs/reiserfsprogs-3.6.18.ebuild 2004-08-21 06:04:54 +0000 +++ /usr/local/portage/sys-fs/reiserfsprogs/reiserfsprogs-3.6.18.ebuild 2004-08-24 11:45:36 +0000 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-fs/reiserfsprogs/reiserfsprogs-3.6.18.ebuild,v 1.1 2004/08/21 06:04:54 vapier Exp $ -inherit flag-o-matic eutils +inherit flag-o-matic eutils gnuconfig DESCRIPTION="Reiserfs Utilities" HOMEPAGE="http://www.namesys.com/" @@ -15,6 +15,9 @@ src_compile() { filter-flags -fPIC + + gnuconfig_update + econf --prefix=/ || die "Failed to configure" emake || die "Failed to compile" }