aboutsummaryrefslogtreecommitdiffstats
path: root/main/xz/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/xz/APKBUILD')
-rw-r--r--main/xz/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/xz/APKBUILD b/main/xz/APKBUILD
index 78fd09b763..70c0b100d0 100644
--- a/main/xz/APKBUILD
+++ b/main/xz/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xz
pkgver=5.0.4
-pkgrel=0
+pkgrel=1
pkgdesc="Library and command line tools for XZ and LZMA compressed files"
url="http://tukaani.org/xz/"
arch="all"
@@ -17,7 +17,7 @@ build ()
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr \
--disable-rpath \
- --enable-werror
+ --disable-werror
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