[source] host-build: remove openssl include path from host cflags
LEDE Commits
lede-commits at lists.infradead.org
Thu Jan 5 02:14:27 PST 2017
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/bdaa138c0d1020c12c586b5f6efded1e6e1c8902
commit bdaa138c0d1020c12c586b5f6efded1e6e1c8902
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sun Dec 25 13:23:21 2016 +0100
host-build: remove openssl include path from host cflags
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
include/host-build.mk | 5 -----
1 file changed, 5 deletions(-)
diff --git a/include/host-build.mk b/include/host-build.mk
index f6ca3ff..b2f017b 100644
--- 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)" \
More information about the lede-commits
mailing list