summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraksr2019-04-04 12:24:19 +0200
committeraksr2019-04-04 12:24:19 +0200
commite77c8f1da4c8e0a512caccd3baca45f8810cf6aa (patch)
treeda67f73d33e0d4b40d0c1043143026c26bd8d99b /PKGBUILD
parente4bb1ca4666eb42cba52e1f78974f6a1c2b3d4f9 (diff)
downloadaur-fusecompress-git.tar.gz
Fix build (thanks bartus).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ec60903280d..90f85a4a288d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: Michael Groh <schnitzelkuchen@googlemail.com>
# Maintainer: aksr <aksr at t-com dot me>
pkgname=fusecompress-git
-pkgver=2.1.r152.gd3fe3f8
-pkgrel=2
+pkgver=2.1.r158.g0430917
+pkgrel=1
epoch=
pkgdesc="Transparent (using fuse) compressing filesystem."
arch=('i686' 'x86_64')
@@ -33,6 +33,7 @@ build() {
cd "$srcdir/$pkgname"
CPPFLAGS="-DBOOST_DISABLE_ASSERTS"
export CPPFLAGS
+ autoreconf -fiv
./configure --prefix=/usr --with-lzma --with-z --with-bz2 --with-lzo2
make
}