host-build: remove openssl include path from host cflags

Signed-off-by: Felix Fietkau <nbd@nbd.name>
v19.07.3_mercusys_ac12_duma
Felix Fietkau 7 years ago
parent f6e6341d89
commit bdaa138c0d

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

Loading…
Cancel
Save