libsoup: do not use Apache

fix https://github.com/mxe/mxe/issues/1768
This commit is contained in:
Boris Nagaev 2017-05-19 10:16:09 +02:00
parent bc5f9fc914
commit 4d1675a59c
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ define $(PKG)_BUILD
cd '$(BUILD_DIR)' && '$(SOURCE_DIR)'/configure \
$(MXE_CONFIGURE_OPTS) \
--disable-vala \
--without-apache-httpd \
--without-gssapi
$(MAKE) -C '$(BUILD_DIR)' -j $(JOBS)
$(MAKE) -C '$(BUILD_DIR)' -j 1 install