Explorar o código

fix cross-compile on MacOS X, use ranlib from toolchain, not from MacOS X Xcode

Waldemar Brodkorb %!s(int64=14) %!d(string=hai) anos
pai
achega
692fd60510
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/aircrack-ng/Makefile

+ 1 - 1
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"