From: Caleb James DeLisle Date: Tue, 23 Jun 2015 05:50:57 +0000 (+0200) Subject: cjdns: fix build on mac osx X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=fdd1fbf6e1605e8d76603c79be7e1c3d9e9148a2;p=lede-routing%2F.git cjdns: fix build on mac osx Signed-off-by: Lars Gierth Conflicts: cjdns/Makefile --- diff --git a/cjdns/Makefile b/cjdns/Makefile index 835af22..36772cd 100644 --- a/cjdns/Makefile +++ b/cjdns/Makefile @@ -79,11 +79,14 @@ endif define Build/Compile CROSS="true" \ CC="$(TARGET_CC)" \ + AR="$(TARGET_AR)" \ + RANLIB="$(TARGET_RANLIB)" \ CFLAGS="$(TARGET_CFLAGS)" \ LDFLAGS="$(TARGET_LDFLAGS)" \ SYSTEM="linux" \ TARGET_ARCH="$(CONFIG_ARCH)" \ SSP_SUPPORT="$(CONFIG_SSP_SUPPORT)" \ + GYP_ADDITIONAL_ARGS="-f make-linux" \ $(PKG_DO_VARS) \ $(PKG_BUILD_DIR)/do endef