summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Matson2017-06-24 01:03:49 -0700
committerDavid Matson2017-06-24 01:03:51 -0700
commit0bdca6c90e0e69dc9f476a9b6b1adf3c71fb1d92 (patch)
tree5c84f170726055d0a5ee32abb096bf476a569c67
parent8f5076f6bd134439fb176f1bfe1554e326e4b898 (diff)
downloadaur-0bdca6c90e0e69dc9f476a9b6b1adf3c71fb1d92.tar.gz
Release version 1.6.17-4.
Fix building with modules.conf.full.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 834ac99efcfd..f321ae4a5608 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = freeswitch-core
pkgdesc = A scalable, open source telephony platform
pkgver = 1.6.17
- pkgrel = 3
+ pkgrel = 4
url = https://freeswitch.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index dee835067c39..79508b08dcd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Matson <gitcoder at outlook dot com>
pkgname=freeswitch-core
pkgver=1.6.17
-pkgrel=3
+pkgrel=4
pkgdesc='A scalable, open source telephony platform'
arch=('i686' 'x86_64')
url='https://freeswitch.org/'
@@ -135,6 +135,7 @@ build() {
# Use OpenSSL 1.0 until upstream supports 1.1.
export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+ export CFLAGS="${CFLAGS} -I /usr/include/openssl-1.0"
cp "${srcdir}"/modules.conf .