From: Felix Fietkau Date: Sun, 25 Dec 2016 12:23:21 +0000 (+0100) Subject: host-build: remove openssl include path from host cflags X-Git-Tag: v17.01.0-rc1~278 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=bdaa138c0d1020c12c586b5f6efded1e6e1c8902 host-build: remove openssl include path from host cflags Signed-off-by: Felix Fietkau --- diff --git a/include/host-build.mk b/include/host-build.mk index f6ca3ff21e..b2f017bee2 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)" \