mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/bison: rebuild wiht posix_spawn
This commit is contained in:
parent
b0eb0ba573
commit
1c03e5a67f
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=bison
|
||||
pkgver=3.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="The GNU general-purpose parser generator"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
@ -18,7 +18,7 @@ prepare() {
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
./configure \
|
||||
LIBS="-lrt" ./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user