aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2012-11-01 11:01:19 +0200
committerTimo Teräs <timo.teras@iki.fi>2012-11-01 11:03:59 +0200
commite336ddc7eca1596d3e3ef860efd9eae5bd313966 (patch)
tree39b8e401e8e3dc215134595e1a8dc52bf4c7bb12
parent94c89210906a941924a7caa6702231e5c69fdbca (diff)
downloadalpine_aports-e336ddc7eca1596d3e3ef860efd9eae5bd313966.tar.bz2
alpine_aports-e336ddc7eca1596d3e3ef860efd9eae5bd313966.tar.xz
alpine_aports-e336ddc7eca1596d3e3ef860efd9eae5bd313966.zip
testing/asterisk: disable asterisk ssl wrapper for now
Seems that uclibc does not work nice with the wrapper for some reason. Likely some bug in RTLD_NEXT handling. Justification for ssl wrapper is at: https://reviewboard.asterisk.org/r/1006/ But since it's new feature, we just leave it disabled until we get it fixed with uclibc.
-rw-r--r--testing/asterisk/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/asterisk/APKBUILD b/testing/asterisk/APKBUILD
index 1a5f0e5d3e..5220f32649 100644
--- a/testing/asterisk/APKBUILD
+++ b/testing/asterisk/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: Timo Teras <timo.teras@iki.fi> 2# Maintainer: Timo Teras <timo.teras@iki.fi>
3pkgname=asterisk 3pkgname=asterisk
4pkgver=11.0.0 4pkgver=11.0.0
5pkgrel=0 5pkgrel=1
6pkgdesc="Asterisk: A Module Open Source PBX System" 6pkgdesc="Asterisk: A Module Open Source PBX System"
7pkgusers="asterisk" 7pkgusers="asterisk"
8pkggroups="asterisk" 8pkggroups="asterisk"
@@ -65,6 +65,7 @@ build() {
65 --without-x11 \ 65 --without-x11 \
66 --with-spandsp \ 66 --with-spandsp \
67 --with-bluetooth \ 67 --with-bluetooth \
68 --disable-asteriskssl \
68 || return 1 69 || return 1
69 70
70 # and figure out which modules to build 71 # and figure out which modules to build