host-build: remove openssl include path from host cflags

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2016-12-25 13:23:21 +01:00
parent f6e6341d89
commit bdaa138c0d

View File

@ -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)" \