--- fileutils-4.1.11-r1.ebuild 2003-06-08 16:49:58.000000000 +0200 +++ fileutils-4.1.11-r2.ebuild 2003-06-08 16:50:13.000000000 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/sys-apps/fileutils/fileutils-4.1.11-r1.ebuild,v 1.3 2003/02/13 15:56:31 vapier Exp $ -IUSE="acl nls build" +IUSE="acl nls build static" ACLPV=4.1.11acl-0.8.25 S=${WORKDIR}/${P} @@ -39,6 +39,7 @@ src_compile() { local myconf="" use nls || myconf="--disable-nls" + use static && CFLAGS="${CFLAGS} -static" && LDFLAGS="${LDFLAGS} -static" ./configure --prefix=/usr \ --mandir=/usr/share/man \