redland.guncellendi
This commit is contained in:
parent
55014d2b74
commit
d412e925c1
|
@ -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.
|
|
@ -1,20 +1,27 @@
|
||||||
# Description: RDF verilerine üst düzey bir arayüz sağlayan kütüphane
|
# Description: RDF verilerine üst düzey bir arayüz sağlayan kütüphane
|
||||||
# URL: http://download.librdf.org/source/
|
# URL: http://download.librdf.org/source/
|
||||||
# Packager: milisarge
|
# Packager: milisarge
|
||||||
# Depends on:
|
# Depends on: rasqal raptor sqlite libiodbc pcre
|
||||||
|
|
||||||
name=redland
|
name=redland
|
||||||
version=1.0.17
|
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() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--disable-static
|
--enable-release \
|
||||||
|
--enable-silent-rules \
|
||||||
make
|
--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
|
make DESTDIR=$PKG install
|
||||||
|
rm -rf $PKG/usr/share/gtk-doc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue