From bdaa138c0d1020c12c586b5f6efded1e6e1c8902 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 25 Dec 2016 13:23:21 +0100 Subject: [PATCH] host-build: remove openssl include path from host cflags Signed-off-by: Felix Fietkau --- include/host-build.mk | 5 ----- 1 file changed, 5 deletions(-) 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)" \ -- 2.30.2