mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/libantlr3c: fix build on arm
This commit is contained in:
parent
2026f48f25
commit
2e47e6c4aa
@ -28,7 +28,6 @@ prepare() {
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
[ "$CARCH" = "x86_64" ] && _cfgopt=--enable-64bit
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
@ -37,7 +36,7 @@ build() {
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info \
|
||||
--localstatedir=/var \
|
||||
${_cfgopt} \
|
||||
--disable-abiflags \
|
||||
|| return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user