madwifi-ng_0.svnr1486.20060328-1 and madwifi-ng-dev

Pascal DORMEAU pdormeau at free.fr
Tue Mar 28 18:50:37 UTC 2006


wpa_supplicant cannot build anymore with svnr1486.20060328 version of 
madwifi-ng-dev.  I guess it is because the expected directory layout 
should be :

include/
include/compat.h
net80211/
net80211/_ieee80211.h
net80211/ieee80211.h
net80211/ieee80211_crypto.h
net80211/ieee80211_ioctl.h

I could solve this rebuilding the madwifi-ng package with:

'usr/include/madwifi/net80211/
usr/include/madwifi/include/'

in the madwifi-ng-dev.dirs file

and changing:

'	for i in _ieee80211.h ieee80211.h ieee80211_crypto.h 
ieee80211_ioctl.h; do \
		install -m 0644 net80211/$$i \
			debian/madwifi-ng-dev/usr/include/madwifi/include/net80211/; \
	done'

for:

'	for i in _ieee80211.h ieee80211.h ieee80211_crypto.h 
ieee80211_ioctl.h; do \
		install -m 0644 net80211/$$i \
			debian/madwifi-ng-dev/usr/include/madwifi/net80211/; \
	done'

in the rules script.

Hope it can help.

Pascal



More information about the Pkg-madwifi-maintainers mailing list