summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkde/redland/Pkgfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/kde/redland/Pkgfile b/kde/redland/Pkgfile
index a79253c88..8f3d92341 100755
--- a/kde/redland/Pkgfile
+++ b/kde/redland/Pkgfile
@@ -6,7 +6,7 @@
name=redland
version=1.0.10
-release=5
+release=6
source=(http://download.librdf.org/source/$name-$version.tar.gz
librdf_storage_register_factory.patch)
@@ -14,14 +14,14 @@ build() {
cd $name-$version
patch -p1 -i ../librdf_storage_register_factory.patch
sed -i -e '/SHAVE/d' configure.ac
- autoreconf
+# autoreconf
./configure --prefix=/usr \
--enable-release \
+ --enable-static \
--sysconfdir=/etc \
--with-raptor=system \
--with-rasqual=system \
- --with-sqlite=3
-# sed -i "s|librdf_storage_virtuoso_la_LIBADD = -lodbc|librdf_storage_virtuoso_la_LIBADD = -lodbc librdf.la|" src/Makefile
+ --with-sqlite=3
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc