Merge pull request #1770 from LuaAndC/libsoup-no-apache

libsoup: do not use Apache
This commit is contained in:
Boris Nagaev 2017-05-19 08:33:49 +00:00 committed by GitHub
commit a07f345262
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