From fdd1fbf6e1605e8d76603c79be7e1c3d9e9148a2 Mon Sep 17 00:00:00 2001 From: Caleb James DeLisle Date: Tue, 23 Jun 2015 07:50:57 +0200 Subject: [PATCH] cjdns: fix build on mac osx Signed-off-by: Lars Gierth Conflicts: cjdns/Makefile --- cjdns/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.35.1