CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
util-linux-ng: update to 2.19.1
[crossrootfs.git] / xz / Pkgfile
index 4bb57db60f2a2930f560c9c8c2966268423d308e..78cca567b3382eb1890a1913a92f81a31ffadccd 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on:
 
 name=xz
-version=4.999.9beta
+version=5.0.2
 release=1
 source=(http://tukaani.org/xz/$name-$version.tar.bz2)
 
@@ -16,10 +16,11 @@ build() {
               --host=$CTARGET \
               --prefix=/usr \
               --mandir=/usr/man \
-              --disable-nls \
-              --enable-dynamic
+              --disable-nls 
 
   make
   make DESTDIR=$PKG install
+
+  ln -s liblzma.so.$version $PKG/usr/lib/liblzma.so.0
   rm -r $PKG/usr/share
 }