openwrt / telephony

The telephony packages feed
105 stars 246 forks source link

[22.03] asterisk: add --without-libxslt to configure #760

Closed micmac1 closed 2 years ago

micmac1 commented 2 years ago

Since upstream commit b40c4d59b1dd803cad79060fb5b5a48d249ba578 "--disable-xmldoc" does no longer prevent the linking to libxslt, if available. If that's the case one is greeted with the following error:

Package asterisk is missing dependencies for the following libraries: libxslt.so.1

This commit explicitly disables the use of libxslt, to avoid the dependency.

Signed-off-by: Sebastian Kemper sebastian_ml@gmx.net (cherry picked from commit 64a1d2faef62352327c4aaeec803ce71ff5d2c40)


Maintainer: @jslachta Compile tested: master sdk ath79 Run tested: N/A

Description: prevent use of libxslt if available in staging