From 2773ab89683f894e511e9b422cdf36feea2508c3 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 18 Mar 2009 00:36:17 +0000 Subject: [PATCH] make aircrack-ng build on non-linux systems git-svn-id: svn://svn.openwrt.org/openwrt/packages@14936 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/aircrack-ng/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0