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

François Charette francois at archlinux.org
Sat Sep 5 20:14:48 UTC 2009


    Date: Saturday, September 5, 2009 @ 16:14:48
  Author: francois
Revision: 51202

add configure option --with-rasqal=system

Modified:
  redland/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-05 20:14:31 UTC (rev 51201)
+++ PKGBUILD	2009-09-05 20:14:48 UTC (rev 51202)
@@ -26,7 +26,7 @@
 	patch -Np1 -i ${srcdir}/redland-1.0.9-storage-link.patch || return 1 #from Gentoo
 	autoreconf
          ./configure --prefix=/usr --enable-release --disable-static \
-	             --with-raptor=system --with-sqlite=3
+	             --with-raptor=system --with-rasqal=system --with-sqlite=3
         make || return 1
         make DESTDIR=$startdir/pkg install || return 1
 }




More information about the arch-commits mailing list