make aircrack-ng build on non-linux systems

git-svn-id: svn://svn.openwrt.org/openwrt/packages@14936 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-03-18 00:36:17 +00:00
parent 06f46e0a01
commit 2773ab8968

View File

@ -46,6 +46,7 @@ define Build/Compile
LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \
prefix="/usr" \
DESTDIR="$(PKG_INSTALL_DIR)" \
OSNAME=Linux \
all install
endef