summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Matson2017-06-22 20:37:57 -0700
committerDavid Matson2017-06-24 00:09:34 -0700
commitc059ec6ff16501bea4ed606374d68f1f8706a9c8 (patch)
tree4aeea72b59332cf615f3b676fa1ed1d14ad82592
parentdd240ec27a9c0e448dedc7ac6ba6548a5f6766c8 (diff)
downloadaur-c059ec6ff16501bea4ed606374d68f1f8706a9c8.tar.gz
Release version 1.6.17-3.
Target OpenSSL 1.0 while upstream works on 1.1 support. Note that modules.conf.full has not yet been fixed in this version.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2b84ea54731..084143bb1945 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = freeswitch-core
makedepends = opus
depends = libedit
depends = speex
+ depends = openssl-1.0
depends = ldns
optdepends = lua: for mod_lua module
optdepends = libjpeg-turbo: for mod_spandsp module
diff --git a/PKGBUILD b/PKGBUILD
index 9bcf06eb5ff0..e8f6e00c1da8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='A scalable, open source telephony platform'
arch=('i686' 'x86_64')
url='https://freeswitch.org/'
license=('MPL')
-depends=('libedit' 'speex')
+depends=('libedit' 'speex' 'openssl-1.0')
makedepends=('libjpeg-turbo' 'yasm')
optdepends=()
provides=('freeswitch')
@@ -131,7 +131,10 @@ build() {
fi
# Work around FreeSWITCH bug FS-10257
- export CFLAGS="${CFLAGS} -Wno-parentheses -Wno-deprecated-declarations"
+ export CFLAGS="${CFLAGS} -Wno-parentheses -Wno-deprecated-declarations -Wno-int-in-bool-context"
+
+ # Use OpenSSL 1.0 until upstream supports 1.1.
+ export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
cp "${srcdir}"/modules.conf .