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

Jan de Groot jgc at archlinux.org
Tue Oct 12 14:54:47 UTC 2010


    Date: Tuesday, October 12, 2010 @ 10:54:46
  Author: jgc
Revision: 94928

upgpkg: libnice 0.0.13-3
Disable static libraries. It pollutes my GStreamer lib directory

Modified:
  libnice/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-12 14:48:15 UTC (rev 94927)
+++ PKGBUILD	2010-10-12 14:54:46 UTC (rev 94928)
@@ -4,7 +4,7 @@
 
 pkgname=libnice
 pkgver=0.0.13
-pkgrel=2
+pkgrel=3
 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
+  ./configure --prefix=/usr --disable-static
   make
   #make sure that all tests pass
 #  make check




More information about the arch-commits mailing list