glib-networking: build without ca-certificates

This commit is contained in:
Tony Theodore 2019-10-12 16:53:46 +11:00
parent 5cbf5fd679
commit 03ba05e2d8
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ endef
define $(PKG)_BUILD
cd '$(BUILD_DIR)' && '$(SOURCE_DIR)/configure' \
$(MXE_CONFIGURE_OPTS)
$(MXE_CONFIGURE_OPTS) \
--without-ca-certificates
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)'
$(MAKE) -C '$(BUILD_DIR)' install
endef