--- net-snmp-5.4.3.ebuild.orig 2010-07-22 17:12:15.155436412 +0200 +++ net-snmp-5.4.3.ebuild.orig 2010-07-22 17:11:52.066436242 +0200 @@ -132,7 +132,7 @@ } src_compile() { - emake -j1 || die "emake failed" + emake -j1 OTHERLDFLAGS="${LDFLAGS}" || die "emake failed" if use doc ; then einfo "Building HTML Documentation"