Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 112048 | Differences between
and this patch

Collapse All | Expand All

(-)hostapd-0.3.9-r1-orig.ebuild (-1 / +2 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.3.9-r1.ebuild,v 1.3 2005/08/16 12:35:40 brix Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.3.9-r1.ebuild,v 1.3 2005/08/16 12:35:40 brix Exp $
4
4
5
inherit toolchain-funcs
5
inherit toolchain-funcs eutils
6
6
7
MADWIFI_VERSION="2005-04-20"
7
MADWIFI_VERSION="2005-04-20"
8
8
Lines 25-30 Link Here
25
	local CONFIG=${S}/.config
25
	local CONFIG=${S}/.config
26
26
27
	unpack ${A}
27
	unpack ${A}
28
	epatch ${FILESDIR}/use-eapol-v1-winxp-compat.patch
28
29
29
	sed -i -e "s:/etc/hostapd:/etc/hostapd/hostapd:g" \
30
	sed -i -e "s:/etc/hostapd:/etc/hostapd/hostapd:g" \
30
		${S}/hostapd.conf
31
		${S}/hostapd.conf

Return to bug 112048