build: include homebrew include/library directory in cflags/ldflags on mac os x

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

Backport of r47139

SVN-Revision: 47141
This commit is contained in:
Felix Fietkau
2015-10-05 14:12:45 +00:00
parent 5c3acfb810
commit c6567a5aa6

@ -50,6 +50,11 @@ 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)" \