summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-26 15:32:42 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-26 15:32:42 +0200
commit692fd60510d241713ef703bcb1d908ab764b860e (patch)
tree266c0e8981a8a5cb552709023d7e2900d7f1601a /package
parent6680102b03078d434ad1c7598c8d7d2a03082f41 (diff)
fix cross-compile on MacOS X, use ranlib from toolchain, not from MacOS X Xcode
Diffstat (limited to 'package')
-rw-r--r--package/aircrack-ng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/aircrack-ng/Makefile b/package/aircrack-ng/Makefile
index 76982536f..b9c9470bf 100644
--- a/package/aircrack-ng/Makefile
+++ b/package/aircrack-ng/Makefile
@@ -20,7 +20,7 @@ $(eval $(call PKG_template,AIRCRACK_NG,${PKG_NAME},$(PKG_VERSION)-${PKG_RELEASE}
CONFIG_STYLE:= manual
-XAKE_FLAGS+= CC="$(TARGET_CC)" \
+XAKE_FLAGS+= CC="$(TARGET_CC)" TOOL_PREFIX="$(TARGET_CROSS)" \
CFLAGS="$(TARGET_CFLAGS) -Wall" \
OSNAME="Linux" prefix="/usr"