host-build: remove openssl include path from host cflags

Signed-off-by: Felix Fietkau <nbd@nbd.name>
master
Felix Fietkau 8 years ago
parent f6e6341d89
commit bdaa138c0d
  1. 5
      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)" \

Loading…
Cancel
Save