[arch-commits] Commit in sqlite3/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Fri May 22 18:01:10 UTC 2009
Date: Friday, May 22, 2009 @ 14:01:10
Author: andyrtr
Revision: 39902
upgpkg: sqlite3 3.6.14.1-1
new version 3.6.14.1; fix RPATH #14368
Modified:
sqlite3/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-05-22 17:46:18 UTC (rev 39901)
+++ PKGBUILD 2009-05-22 18:01:10 UTC (rev 39902)
@@ -3,7 +3,7 @@
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
pkgname=sqlite3
-pkgver=3.6.14
+pkgver=3.6.14.1
pkgrel=1
pkgdesc="A C library that implements an SQL database engine"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
source=(http://www.sqlite.org/sqlite-$pkgver.tar.gz
license.txt)
options=(!libtool)
-md5sums=('4883696b283bae0838a2d468f2232437'
+md5sums=('cc3b6bede1f96ab9f78674f6482ffb8d'
'c1cdbc5544034d9012e421e75a5e4890')
build() {
@@ -30,6 +30,11 @@
--enable-cross-thread-connections \
--disable-static \
--enable-load-extension || return 1
+
+ # rpath removal
+ sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
make || return 1
make DESTDIR=${pkgdir} install || return 1
install -Dm0644 sqlite3.1 ${pkgdir}/usr/share/man/man1/sqlite3.1
More information about the arch-commits
mailing list