asterisk: add --without-libxslt to configure 760/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 17 Apr 2022 08:57:20 +0000 (10:57 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 17 Apr 2022 09:03:09 +0000 (11:03 +0200)
commit5188599d534afc5e4c1e6e5e8984c0f22d87424e
tree5c0e6069e2918bc5d31dbd81c00d1b5a09bbfbf8
parent9d05db773b0e28513ade3f58d908051d340ed727
asterisk: add --without-libxslt to configure

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)
net/asterisk/Makefile