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

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

Backport of r47139

git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47141 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2015-10-05 14:12:45 +00:00
parent d618a2b86e
commit cb0229b494

View File

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