main/bison: rebuild wiht posix_spawn

This commit is contained in:
Natanael Copa 2013-10-15 15:51:42 +00:00
parent b0eb0ba573
commit 1c03e5a67f

View File

@ -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 \