--- libnet-1.1.2.1-r1.ebuild 2008-01-02 02:36:31.000000000 -0700 +++ libnet-1.1.2.1-r2.ebuild 2009-01-09 13:52:20.000000000 -0700 @@ -4,7 +4,7 @@ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" -inherit eutils autotools +inherit eutils autotools flag-o-matic DESCRIPTION="library to provide an API for commonly used low-level network functions (mainly packet injection)" HOMEPAGE="http://www.packetfactory.net/libnet/" @@ -28,6 +28,12 @@ eautoreconf } +src_compile() { + use amd64 && append-flags "-fPIC" + econf || die "configure failed" + emake || die "make failed" +} + src_install(){ emake DESTDIR="${D}" install || die "Failed to install"