[arch-commits] Commit in bzrtp/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Sat Sep 22 15:33:03 UTC 2018
Date: Saturday, September 22, 2018 @ 15:33:02
Author: kkeen
Revision: 384156
upgpkg: bzrtp 1.0.6-3 mbedtls rebuild
Modified:
bzrtp/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-22 15:22:55 UTC (rev 384155)
+++ PKGBUILD 2018-09-22 15:33:02 UTC (rev 384156)
@@ -3,7 +3,7 @@
pkgname=bzrtp
pkgver=1.0.6
-pkgrel=2
+pkgrel=3
pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
arch=('x86_64')
url="https://github.com/BelledonneCommunications/bzrtp"
@@ -16,6 +16,7 @@
build() {
cd ${pkgname}-${pkgver}
+ CFLAGS="$CFLAGS -Wno-error=cast-function-type"
[ -x ./configure ] || ./autogen.sh
./configure --prefix=/usr
make
More information about the arch-commits
mailing list