summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2019-05-12 02:29:18 -0400
committerbrent s2019-05-12 02:29:18 -0400
commitf5c68c728d0c011fbc1e6a0eae4581edb9490def (patch)
treeddde6badc86c1024743b06b6467ddaa24654bc2c
parentec3ade2ccff5e40a53259de05934ed6c99099fea (diff)
downloadaur-f5c68c728d0c011fbc1e6a0eae4581edb9490def.tar.gz
switching to openssl 1.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c9f725d69b6..8140ff6e20db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Apr 14 17:04:34 UTC 2019
+# Sun May 12 06:29:18 UTC 2019
pkgbase = freeswitch-git
pkgdesc = An opensource and free (libre, price) telephony system, similar to Asterisk (git version).
- pkgver = 1.7.0.r33467.a5858c8b9f
+ pkgver = 1.7.0.r33483.13e40b6951
pkgrel = 1
url = http://freeswitch.org/
install = freeswitch.install
diff --git a/PKGBUILD b/PKGBUILD
index 54db88108f47..47ad3d214916 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,7 +55,7 @@ _disabled_modules=(languages/mod_spidermonkey
# BUILD CONFIGURATION ENDS #
pkgname=freeswitch-git
-pkgver=1.7.0.r33467.a5858c8b9f
+pkgver=1.7.0.r33483.13e40b6951
pkgrel=1
pkgdesc="An opensource and free (libre, price) telephony system, similar to Asterisk (git version)."
arch=('i686' 'x86_64')
@@ -176,12 +176,9 @@ build() {
# We need to override some things for the ./configure for 1.6.17
#PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig \
#CFLAGS+=" -I/usr/include/openssl-1.0" \
- #LDFLAGS+=" -I/usr/lib/openssl-1.0" ./configure \
sed -i -re 's@^(confdir=)"$prefix/conf"@"/etc/freeswitch"@g' ./configure
export CFLAGS="${CFLAGS} -Wno-error -D__alloca=alloca"
export CXXFLAGS="${CFLAGS}"
- #./configure \
- PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig \
./configure \
--prefix=/var/lib/freeswitch \
--with-python=/usr/bin/python2 \