redland.guncellendi

This commit is contained in:
milisbir 2017-09-09 08:38:38 +03:00
parent 55014d2b74
commit d412e925c1
2 changed files with 25 additions and 7 deletions

View File

@ -0,0 +1,11 @@
--- libtool 2011-02-20 10:46:47.000000000 +0100
+++ libtool.new 2011-02-20 10:52:58.285764909 +0100
@@ -324,7 +324,7 @@
# Flag to hardcode $libdir into a binary during linking.
# This must work even if $libdir does not exist
-hardcode_libdir_flag_spec="\${wl}-rpath \${wl}\$libdir"
+hardcode_libdir_flag_spec=" "
# If ld is used when linking, flag to hardcode $libdir into a binary
# during linking. This must work even if $libdir does not exist.

View File

@ -1,20 +1,27 @@
# Description: RDF verilerine üst düzey bir arayüz sağlayan kütüphane
# URL: http://download.librdf.org/source/
# Packager: milisarge
# Depends on:
# Depends on: rasqal raptor sqlite libiodbc pcre
name=redland
version=1.0.17
release=3
release=4
source=(http://download.librdf.org/source/$name-$version.tar.gz)
source=(http://download.librdf.org/source/$name-$version.tar.gz
rpath.diff)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static
make
--enable-release \
--enable-silent-rules \
--disable-static \
--with-raptor=system \
--with-rasqal=system \
--with-sqlite=3 \
--with-bdb=no
patch -Np0 -i "${SRC}/rpath.diff"
make -j1
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}