From: nbd Date: Wed, 18 Mar 2009 00:36:17 +0000 (+0000) Subject: make aircrack-ng build on non-linux systems X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=2773ab89683f894e511e9b422cdf36feea2508c3;p=packages.git make aircrack-ng build on non-linux systems git-svn-id: svn://svn.openwrt.org/openwrt/packages@14936 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/aircrack-ng/Makefile b/net/aircrack-ng/Makefile index b725d3e2f..df728fe71 100644 --- a/net/aircrack-ng/Makefile +++ b/net/aircrack-ng/Makefile @@ -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