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

Pierre Schmitz pierre at archlinux.org
Sat Jun 13 10:45:27 UTC 2009


    Date: Saturday, June 13, 2009 @ 06:45:27
  Author: pierre
Revision: 42334

upgpkg: xz-utils 4.999.8beta-4
    fix FS#15083

Modified:
  xz-utils/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-13 09:35:31 UTC (rev 42333)
+++ PKGBUILD	2009-06-13 10:45:27 UTC (rev 42334)
@@ -3,7 +3,7 @@
 
 pkgname=xz-utils
 pkgver=4.999.8beta
-pkgrel=3
+pkgrel=4
 pkgdesc='utils for managing LZMA and XZ compressed files'
 arch=('i686' 'x86_64')
 url='http://tukaani.org/xz/'
@@ -19,7 +19,11 @@
 build() {
 	cd $srcdir/xz-$pkgver
 
-	./configure --prefix=/usr --disable-static
+	./configure --prefix=/usr \
+		--disable-static \
+		--disable-rpath
+	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
 	make DESTDIR=$pkgdir install
 }




More information about the arch-commits mailing list