Merge pull request #760 from micmac1/22.03-ast-disable-libxslt
[22.03] asterisk: add --without-libxslt to configure
This commit is contained in:
commit
4c148548df
1 changed files with 1 additions and 0 deletions
|
@ -573,6 +573,7 @@ CONFIGURE_ARGS+= \
|
||||||
--without-pjproject-bundled \
|
--without-pjproject-bundled \
|
||||||
--with-libedit="$(STAGING_DIR)/usr" \
|
--with-libedit="$(STAGING_DIR)/usr" \
|
||||||
--with-libxml2 \
|
--with-libxml2 \
|
||||||
|
--without-libxslt \
|
||||||
$(if $(CONFIG_PACKAGE_$(PKG_NAME)-res-snmp),--with-netsnmp="$(STAGING_DIR)/usr",--without-netsnmp) \
|
$(if $(CONFIG_PACKAGE_$(PKG_NAME)-res-snmp),--with-netsnmp="$(STAGING_DIR)/usr",--without-netsnmp) \
|
||||||
--without-newt \
|
--without-newt \
|
||||||
--without-osptk \
|
--without-osptk \
|
||||||
|
|
Loading…
Reference in a new issue