aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/ocfs2-tools/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/ocfs2-tools/APKBUILD b/testing/ocfs2-tools/APKBUILD
index 34b613418c..b64566bde8 100644
--- a/testing/ocfs2-tools/APKBUILD
+++ b/testing/ocfs2-tools/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=ocfs2-tools
pkgver=1.4.4
-pkgrel=2
+pkgrel=3
pkgdesc="Oracle Cluster File System 2 utilities"
url="http://oss.oracle.com/projects/ocfs2-tools"
arch="all"
@@ -35,14 +35,13 @@ prepare() {
build() {
cd "$_builddir"
- export LDFLAGS="$LDFLAGS -L/usr/include/linux"
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--enable-ocfs2console=no \
--enable-dynamic-fsck=yes \
- --disable-glibtest
+ --disable-glibtest || return 1
make -j1 || return 1
}