summaryrefslogtreecommitdiffstats
path: root/main/bison
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-10-15 15:51:42 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-10-15 15:51:42 +0000
commit1c03e5a67f745043e933efe557151f13f22f764c (patch)
treec1882128ddd9583ab51233d20389fe04c390249e /main/bison
parentb0eb0ba573520f7c5ba580b01a2330ff8992df66 (diff)
downloadaports-1c03e5a67f745043e933efe557151f13f22f764c.tar.bz2
aports-1c03e5a67f745043e933efe557151f13f22f764c.tar.xz
main/bison: rebuild wiht posix_spawn
Diffstat (limited to 'main/bison')
-rw-r--r--main/bison/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/bison/APKBUILD b/main/bison/APKBUILD
index 434c266c9..628cca8ed 100644
--- a/main/bison/APKBUILD
+++ b/main/bison/APKBUILD
@@ -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 \