summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbrent s2015-09-08 10:51:19 -0400
committerbrent s2015-09-08 10:51:19 -0400
commitd1b83194f16cc2e6e50781fabbc08c9505427a6d (patch)
treec044369638ed3314a8d2a1160bd59efaa850206d /PKGBUILD
parent3c04ea100320c847b8d6e03055d49327178a30fd (diff)
downloadaur-d1b83194f16cc2e6e50781fabbc08c9505427a6d.tar.gz
libedit/ldns needed for build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82fb9d186bcf..48f2bb1f8a2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,7 +69,7 @@ _disabled_modules=(languages/mod_spidermonkey
pkgname='freeswitch'
pkgver='1.4.21'
-pkgrel='2'
+pkgrel='3'
pkgdesc="An opensource and free (libre, price) telephony system, similar to Asterisk."
arch=('i686'
'x86_64')
@@ -87,6 +87,8 @@ depends=('curl'
# per https://wiki.freeswitch.org/wiki/FreeSwitch_Dependencies, dependencies are downloaded and built *from upstream*, so thankfully the deps are pretty minimal.
makedepends=('git'
'libjpeg'
+ 'ldns'
+ 'libedit'
'curl'
'python2'
'unixodbc'