glib-networking: build without ca-certificates

pull/2415/head
Tony Theodore 5 years ago
parent 5cbf5fd679
commit 03ba05e2d8

@ -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

Loading…
Cancel
Save