cjdns: fix build on mac osx
Signed-off-by: Lars Gierth <larsg@systemli.org> Conflicts: cjdns/Makefile
This commit is contained in:
parent
98d7598890
commit
fdd1fbf6e1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue