Merge pull request #759 from micmac1/ast-disable-libxslt

asterisk: add --without-libxslt to configure
This commit is contained in:
micmac1 2022-04-17 12:47:11 +02:00 committed by GitHub
commit cf06463863
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -573,6 +573,7 @@ CONFIGURE_ARGS+= \
--without-pjproject-bundled \
--with-libedit="$(STAGING_DIR)/usr" \
--with-libxml2 \
--without-libxslt \
$(if $(CONFIG_PACKAGE_$(PKG_NAME)-res-snmp),--with-netsnmp="$(STAGING_DIR)/usr",--without-netsnmp) \
--without-newt \
--without-osptk \