mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 19:14:31 +04:00
cjdns: fix build on mac osx
Signed-off-by: Lars Gierth <larsg@systemli.org> Conflicts: cjdns/Makefile
This commit is contained in:
committed by
Lars Gierth
parent
98d7598890
commit
fdd1fbf6e1
@@ -79,11 +79,14 @@ endif
|
|||||||
define Build/Compile
|
define Build/Compile
|
||||||
CROSS="true" \
|
CROSS="true" \
|
||||||
CC="$(TARGET_CC)" \
|
CC="$(TARGET_CC)" \
|
||||||
|
AR="$(TARGET_AR)" \
|
||||||
|
RANLIB="$(TARGET_RANLIB)" \
|
||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
LDFLAGS="$(TARGET_LDFLAGS)" \
|
LDFLAGS="$(TARGET_LDFLAGS)" \
|
||||||
SYSTEM="linux" \
|
SYSTEM="linux" \
|
||||||
TARGET_ARCH="$(CONFIG_ARCH)" \
|
TARGET_ARCH="$(CONFIG_ARCH)" \
|
||||||
SSP_SUPPORT="$(CONFIG_SSP_SUPPORT)" \
|
SSP_SUPPORT="$(CONFIG_SSP_SUPPORT)" \
|
||||||
|
GYP_ADDITIONAL_ARGS="-f make-linux" \
|
||||||
$(PKG_DO_VARS) \
|
$(PKG_DO_VARS) \
|
||||||
$(PKG_BUILD_DIR)/do
|
$(PKG_BUILD_DIR)/do
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user