summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbrent s2019-05-12 01:59:30 -0400
committerbrent s2019-05-12 01:59:30 -0400
commit5b50d65ea4bd5c5647b15bb6098fe8955c1f2eb4 (patch)
treeaae032a3503890da771a7527777401f4d74e7c50 /PKGBUILD
parent61ce51adc228c9b04dbf78674cf9355fc90e67a5 (diff)
downloadaur-5b50d65ea4bd5c5647b15bb6098fe8955c1f2eb4.tar.gz
updating openssl to 1.1.x
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9231ff084a2f..87c5df4ac2b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,7 +56,7 @@ _disabled_modules=(languages/mod_spidermonkey
pkgname=freeswitch
pkgver=1.8.5
-pkgrel=1
+pkgrel=2
pkgdesc="An opensource and free (libre, price) telephony system, similar to Asterisk."
arch=('i686' 'x86_64')
url="http://freeswitch.org/"
@@ -72,7 +72,7 @@ depends=('curl'
'postgresql-libs'
'libshout'
'lua'
- 'openssl-1.0'
+ 'openssl'
'opus'
'freetype2')
# per https://wiki.freeswitch.org/wiki/FreeSwitch_Dependencies, dependencies are downloaded and built *from upstream*, so thankfully the deps are pretty minimal.
@@ -174,7 +174,7 @@ prepare() {
#./configure \
export CFLAGS="${CFLAGS} -Wno-error -D__alloca=alloca"
export CXXFLAGS="${CFLAGS}"
- PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig \
+ #PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig \
./configure \
--prefix=/var/lib/freeswitch \
--with-python=/usr/bin/python2 \