mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
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
@ -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 New Issue
Block a user