mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/asterisk: disable imap on aarch64
This commit is contained in:
parent
6b07213f22
commit
e6311d6996
@ -69,6 +69,8 @@ prepare() {
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
# cannot build with imap on aarch64
|
||||
[ "$CARCH" = "aarch64" ] || _imap="--with-imap"
|
||||
SHA1SUM="$PWD"/build_tools/sha1sum-sh ./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
@ -99,7 +101,7 @@ build() {
|
||||
--with-libcurl \
|
||||
--with-libedit \
|
||||
--with-srtp \
|
||||
--with-imap \
|
||||
$_imap \
|
||||
|| return 1
|
||||
|
||||
# get default modules to build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user