summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGalen Sampson2016-01-31 20:18:30 -0800
committerGalen Sampson2016-01-31 21:59:52 -0800
commitc2a1a2162742c54b94688fb2aeb8956f4425e5c0 (patch)
treeb627a129586ecc9559753228a1d0433dfa06be23
parenteddb12d846cfca07b8352391a578dd9069745224 (diff)
downloadaur-c2a1a2162742c54b94688fb2aeb8956f4425e5c0.tar.gz
PKGBUILD: Add dependency to libunwind.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edb65f6134c7..2e1e8ee85e7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = trafficserver
depends = tcl
depends = hwloc
depends = curl
+ depends = libunwind
backup = etc/trafficserver/congestion.config
backup = etc/trafficserver/logs_xml.config
backup = etc/trafficserver/hosting.config
diff --git a/PKGBUILD b/PKGBUILD
index e58dffa87ce7..fd9d721a2c78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Apache Traffic Server"
url="http://trafficserver.apache.org/"
license=('Apache')
arch=('i686' 'x86_64')
-depends=('tcl' 'hwloc' 'curl')
+depends=('tcl' 'hwloc' 'curl' 'libunwind')
makedepends=('flex')
source=(