summaryrefslogtreecommitdiffstats
path: root/base/xz-utils/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-08-21 23:35:07 +0200
committertnut <thierryn1 at hispeed dot ch>2010-08-21 23:35:07 +0200
commit8e3bfbcc206cfdc255cc1a4b6a4e3b4e3bd2ba66 (patch)
treea8842edae91389f6e0f7976574ea29cb3ee8fe41 /base/xz-utils/Pkgfile
parent46493455bcdc223e3112c6cf55ce5029398206a1 (diff)
downloadnutyx-pakxe-8e3bfbcc206cfdc255cc1a4b6a4e3b4e3bd2ba66.tar.gz
nutyx-pakxe-8e3bfbcc206cfdc255cc1a4b6a4e3b4e3bd2ba66.tar.bz2
nutyx-pakxe-8e3bfbcc206cfdc255cc1a4b6a4e3b4e3bd2ba66.tar.xz
nutyx-pakxe-8e3bfbcc206cfdc255cc1a4b6a4e3b4e3bd2ba66.zip
Maj xz-utils#4.999.9beta-143-g3e49-1
Diffstat (limited to 'base/xz-utils/Pkgfile')
-rw-r--r--base/xz-utils/Pkgfile7
1 files changed, 2 insertions, 5 deletions
diff --git a/base/xz-utils/Pkgfile b/base/xz-utils/Pkgfile
index 27ab18a21..259aade1d 100644
--- a/base/xz-utils/Pkgfile
+++ b/base/xz-utils/Pkgfile
@@ -5,19 +5,16 @@
# Depends on:
name=xz-utils
-version=4.999.9beta
+version=4.999.9beta-143-g3e49
release=1
source=(http://tukaani.org/xz/xz-$version.tar.gz)
build() {
cd xz-$version
./configure --prefix=/usr \
- --disable-static \
- --disable-rpath \
+ --enable-dynamic \
--sysconfdir=/etc \
--mandir=/usr/share/man
- 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=$PKG install
}