summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-07-02 01:27:03 +0200
committerBaptiste Jonglez2016-07-02 01:27:03 +0200
commit86f97769b9e7ff39287a915d9b662739a89e2ccd (patch)
treee18e6d262793727cf9253916ed428303e39420d4
parent0eb3a581debbc53ee5cf509c4d6907e4f62ee2e2 (diff)
downloadaur-86f97769b9e7ff39287a915d9b662739a89e2ccd.tar.gz
ring-daemon: fix linking against zlib
This issue was introduced when splitting off pjproject in a separate package. Apparently, not building anything from contrib/ somehow changes the detection magic of autoconf. Oh well.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0de99506d10..a70a356e6b2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jul 1 13:16:29 UTC 2016
+# Fri Jul 1 23:27:08 UTC 2016
pkgbase = ring-daemon-git
pkgdesc = A secure and distributed voice, video and chat communication platform that requires no centralized server and leaves the power of privacy in the hands of the user (formerly known as SFLphone)
pkgver = 20160630
- pkgrel = 1
+ pkgrel = 2
url = http://ring.cx
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a99c4d4766b8..5565d450b870 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=ring-daemon-git
pkgver=20160630
-pkgrel=1
+pkgrel=2
pkgdesc="A secure and distributed voice, video and chat communication platform that requires no centralized server and leaves the power of privacy in the hands of the user (formerly known as SFLphone)"
arch=("i686" "x86_64")
url="http://ring.cx"
@@ -26,7 +26,7 @@ build() {
msg2 'Building...'
./autogen.sh
- ./configure \
+ LIBS="-lz" ./configure \
--prefix=/usr \
--sbindir=/usr/bin \
--libexecdir=/usr/bin \