summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2019-05-12 01:59:30 -0400
committerbrent s2019-05-12 01:59:30 -0400
commit5b50d65ea4bd5c5647b15bb6098fe8955c1f2eb4 (patch)
treeaae032a3503890da771a7527777401f4d74e7c50
parent61ce51adc228c9b04dbf78674cf9355fc90e67a5 (diff)
downloadaur-5b50d65ea4bd5c5647b15bb6098fe8955c1f2eb4.tar.gz
updating openssl to 1.1.x
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1243f66f0362..7847901edfd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Apr 14 16:38:26 UTC 2019
+# Sun May 12 05:59:30 UTC 2019
pkgbase = freeswitch
pkgdesc = An opensource and free (libre, price) telephony system, similar to Asterisk.
pkgver = 1.8.5
- pkgrel = 1
+ pkgrel = 2
url = http://freeswitch.org/
install = freeswitch.install
arch = i686
@@ -34,7 +34,7 @@ pkgbase = freeswitch
depends = postgresql-libs
depends = libshout
depends = lua
- depends = openssl-1.0
+ depends = openssl
depends = opus
depends = freetype2
provides = freeswitch
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 \