diff options
author | Vadim Yanitskiy | 2023-08-27 15:59:40 +0700 |
---|---|---|
committer | Vadim Yanitskiy | 2023-08-27 16:00:25 +0700 |
commit | 321a5e57de01b4b014cbce558842fa63e9dbfb82 (patch) | |
tree | 27567f173be75bf3188f891328b33eb8edfd285d /.SRCINFO | |
parent | 7cac7bcb513c53375fc80856acd520c5c625e801 (diff) | |
download | aur-321a5e57de01b4b014cbce558842fa63e9dbfb82.tar.gz |
fix configure: disable built-in Asterisk channel driver
Currently it does not compile against asterisk v20.4.0-1:
```
checking for asterisk/compiler.h... yes
checking for struct ast_tone_zone_sound... no
checking for struct ind_tone_zone_sound... no
checking for struct tone_zone_sound... no
configure: error: in `/home/fixeria/.cache/yay/lcr-git/src/lcr':
configure: error: No ast_tone_zone_sound, confused...
See `config.log' for more details
==> ERROR: A failure occurred in build().
```
Let's disable it for now.
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ pkgbase = lcr-git pkgdesc = Linux Call Router pkgver = r558.169afcc - pkgrel = 2 + pkgrel = 3 url = http://www.linux-call-router.de/ arch = x86_64 arch = i686 |