make aircrack-ng build on non-linux systems
authorFelix Fietkau <nbd@openwrt.org>
Wed, 18 Mar 2009 00:36:17 +0000 (00:36 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 18 Mar 2009 00:36:17 +0000 (00:36 +0000)
SVN-Revision: 14936

net/aircrack-ng/Makefile

index b725d3e2f814a1f3f0cf0a5e5aeec5670cfb783a..df728fe71dd5c35b22a737f90b3c299a543724da 100644 (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