Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
The net-wireless/hostapd-0.2.4.ebuild fails to emerge on a current (2004-10-25) ~x86 installation. The fix is to apply the patch: --- hostapd-0.2.4.ebuild.orig 2004-10-25 13:20:47.595355976 +0200 +++ hostapd-0.2.4.ebuild 2004-10-25 13:20:57.061438472 +0200 @@ -14,7 +14,7 @@ DEPEND=">=net-wireless/hostap-driver-0.1.0" src_compile() { - emake CC="${CC}" CFLAGS="${CFLAGS}" || die + emake || die } src_install() { Reproducible: Always Steps to Reproduce: 1. 2. 3.
*** This bug has been marked as a duplicate of 68806 ***