projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6e6341
)
host-build: remove openssl include path from host cflags
author
Felix Fietkau
<nbd@nbd.name>
Sun, 25 Dec 2016 12:23:21 +0000
(13:23 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Thu, 5 Jan 2017 10:09:12 +0000
(11:09 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
include/host-build.mk
patch
|
blob
|
history
diff --git
a/include/host-build.mk
b/include/host-build.mk
index f6ca3ff21eca306992b78676bbda3d5533a6e1e8..b2f017bee21fa50665eff4584208325523ae0501 100644
(file)
--- a/
include/host-build.mk
+++ b/
include/host-build.mk
@@
-53,11
+53,6
@@
define Host/Prepare
$(call Host/Prepare/Default)
endef
-ifeq ($(HOST_OS),Darwin)
- HOST_CFLAGS += -I/usr/local/opt/openssl/include
- HOST_LDFLAGS += -L/usr/local/opt/openssl/lib
-endif
-
HOST_CONFIGURE_VARS = \
CC="$(HOSTCC)" \
CFLAGS="$(HOST_CFLAGS)" \