[arch-commits] Commit in libcmis/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun May 21 17:50:35 UTC 2017


    Date: Sunday, May 21, 2017 @ 17:50:34
  Author: arojas
Revision: 296365

boost 1.64 rebuild

Modified:
  libcmis/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-21 16:11:51 UTC (rev 296364)
+++ PKGBUILD	2017-05-21 17:50:34 UTC (rev 296365)
@@ -3,7 +3,7 @@
 
 pkgname=libcmis
 pkgver=0.5.1
-pkgrel=5
+pkgrel=6
 pkgdesc="a C/C++ client library for the CMIS protocol"
 arch=('x86_64' 'i686')
 url="https://github.com/tdf/libcmis"
@@ -23,7 +23,7 @@
 
 build() {
 	cd "$pkgname-$pkgver"
-	./configure --prefix=/usr DOCBOOK2MAN='docbook2man'
+	./configure --prefix=/usr DOCBOOK2MAN='docbook2man' --disable-werror
 	make
 }
 



More information about the arch-commits mailing list