diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-11-01 11:01:19 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-11-01 11:03:59 +0200 |
commit | e336ddc7eca1596d3e3ef860efd9eae5bd313966 (patch) | |
tree | 39b8e401e8e3dc215134595e1a8dc52bf4c7bb12 | |
parent | 94c89210906a941924a7caa6702231e5c69fdbca (diff) | |
download | aports-e336ddc7eca1596d3e3ef860efd9eae5bd313966.tar.bz2 aports-e336ddc7eca1596d3e3ef860efd9eae5bd313966.tar.xz |
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/APKBUILD | 3 |
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 @@ # Maintainer: Timo Teras <timo.teras@iki.fi> pkgname=asterisk pkgver=11.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="Asterisk: A Module Open Source PBX System" pkgusers="asterisk" pkggroups="asterisk" @@ -65,6 +65,7 @@ build() { --without-x11 \ --with-spandsp \ --with-bluetooth \ + --disable-asteriskssl \ || return 1 # and figure out which modules to build |