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

Jan de Groot jgc at nymeria.archlinux.org
Tue Oct 22 07:54:59 UTC 2013


    Date: Tuesday, October 22, 2013 @ 09:54:58
  Author: jgc
Revision: 197112

upgpkg: libart-lgpl 2.3.21-3

no static libs

Modified:
  libart-lgpl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-22 07:52:45 UTC (rev 197111)
+++ PKGBUILD	2013-10-22 07:54:58 UTC (rev 197112)
@@ -3,7 +3,7 @@
 
 pkgname=libart-lgpl
 pkgver=2.3.21
-pkgrel=2
+pkgrel=3
 pkgdesc="A library for high-performance 2D graphics"
 url="http://www.levien.com/libart/"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 
 build() {
   cd "${srcdir}/libart_lgpl-${pkgver}"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
   make
 }
 




More information about the arch-commits mailing list