host-build: remove openssl include path from host cflags
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
f6e6341d89
commit
bdaa138c0d
1 changed files with 0 additions and 5 deletions
|
@ -53,11 +53,6 @@ define Host/Prepare
|
||||||
$(call Host/Prepare/Default)
|
$(call Host/Prepare/Default)
|
||||||
endef
|
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 = \
|
HOST_CONFIGURE_VARS = \
|
||||||
CC="$(HOSTCC)" \
|
CC="$(HOSTCC)" \
|
||||||
CFLAGS="$(HOST_CFLAGS)" \
|
CFLAGS="$(HOST_CFLAGS)" \
|
||||||
|
|
Loading…
Reference in a new issue