From a4165ff3b6eba5c04ca047c4a949cc307bcb98f1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 18 Mar 2009 00:36:17 +0000 Subject: [PATCH] make aircrack-ng build on non-linux systems SVN-Revision: 14936 --- net/aircrack-ng/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/aircrack-ng/Makefile b/net/aircrack-ng/Makefile index b725d3e2f8..df728fe71d 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.30.2