Merge pull request #1634 from tonytheodore/neon-darwin

neon: fix darwin build
This commit is contained in:
Boris Nagaev 2017-01-18 03:23:15 +00:00 committed by GitHub
commit 33460dc7ef
1 changed files with 2 additions and 0 deletions

View File

@ -26,9 +26,11 @@ define $(PKG)_BUILD
ne_cv_fmt_time_t=%lu \
ne_cv_libsfor_socket=-lws2_32 \
ne_cv_libsfor_gethostbyname=-lws2_32 \
ne_cv_os_uname= \
'$(SOURCE_DIR)'/configure \
$(MXE_CONFIGURE_OPTS) \
$(MXE_DISABLE_DOCS) \
PKG_CONFIG='$(PREFIX)/bin/$(TARGET)-pkg-config' \
--with-ssl=yes
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)'
$(MAKE) -C '$(BUILD_DIR)' -j 1 install-lib install-headers install-nls