projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3052f1
)
make aircrack-ng build on non-linux systems
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 18 Mar 2009 00:36:17 +0000
(
00:36
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 18 Mar 2009 00:36:17 +0000
(
00:36
+0000)
SVN-Revision: 14936
net/aircrack-ng/Makefile
patch
|
blob
|
history
diff --git
a/net/aircrack-ng/Makefile
b/net/aircrack-ng/Makefile
index b725d3e2f814a1f3f0cf0a5e5aeec5670cfb783a..df728fe71dd5c35b22a737f90b3c299a543724da 100644
(file)
--- 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