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

Ionut Biru ibiru at archlinux.org
Wed Sep 29 14:16:09 UTC 2010


    Date: Wednesday, September 29, 2010 @ 10:16:08
  Author: ibiru
Revision: 92377

upgpkg: libnice 0.0.13-2
disable coverage

Modified:
  libnice/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-29 14:05:21 UTC (rev 92376)
+++ PKGBUILD	2010-09-29 14:16:08 UTC (rev 92377)
@@ -4,7 +4,7 @@
 
 pkgname=libnice
 pkgver=0.0.13
-pkgrel=1
+pkgrel=2
 pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)"
 arch=('i686' 'x86_64')
 url="http://nice.freedesktop.org"
@@ -18,7 +18,7 @@
 #  export CFLAGS="$CFLAGS -fno-strict-aliasing"
 
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-coverage
+  ./configure --prefix=/usr
   make
   #make sure that all tests pass
 #  make check




More information about the arch-commits mailing list