projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98d7598
)
cjdns: fix build on mac osx
author
Caleb James DeLisle
<cjd@cjdns.fr>
Tue, 23 Jun 2015 05:50:57 +0000
(07:50 +0200)
committer
Lars Gierth
<larsg@systemli.org>
Tue, 23 Jun 2015 12:43:07 +0000
(14:43 +0200)
Signed-off-by: Lars Gierth <larsg@systemli.org>
Conflicts:
cjdns/Makefile
cjdns/Makefile
patch
|
blob
|
history
diff --git
a/cjdns/Makefile
b/cjdns/Makefile
index 835af220146a1062b73225175d99ea1192059a50..36772cd0c423524b0dc1a234af98a6baa48aebc3 100644
(file)
--- 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