mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/ocfs2-tools: fail build if configure fails
This commit is contained in:
parent
34cd277a3a
commit
ea4043fbfa
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user