Skip to content

Commit

Permalink
Merge pull request mxe#1770 from LuaAndC/libsoup-no-apache
Browse files Browse the repository at this point in the history
libsoup: do not use Apache
  • Loading branch information
starius authored May 19, 2017
2 parents bc5f9fc + 4d1675a commit a07f345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libsoup.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a07f345

Please sign in to comment.