diff options
Diffstat (limited to 'net-wireless/hostapd/hostapd-0.5.0-r1.ebuild')
-rw-r--r-- | net-wireless/hostapd/hostapd-0.5.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-wireless/hostapd/hostapd-0.5.0-r1.ebuild b/net-wireless/hostapd/hostapd-0.5.0-r1.ebuild index 8d0c7c3a2698..271743354596 100644 --- a/net-wireless/hostapd/hostapd-0.5.0-r1.ebuild +++ b/net-wireless/hostapd/hostapd-0.5.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.5.0-r1.ebuild,v 1.2 2006/02/16 10:28:31 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.5.0-r1.ebuild,v 1.3 2006/02/27 21:45:59 brix Exp $ inherit toolchain-funcs @@ -60,8 +60,8 @@ src_unpack() { if use madwifi; then # Add include path for madwifi-driver headers - echo "CFLAGS += -I/usr/include/madwifi" >> ${CONFIG} - echo "CONFIG_DRIVER_MADWIFI=y" >> ${CONFIG} + echo "CFLAGS += -I${ROOT}/usr/include/madwifi" >> ${CONFIG} + echo "CONFIG_DRIVER_MADWIFI=y" >> ${CONFIG} fi } |