diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-15 15:51:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-15 15:51:42 +0000 |
commit | 1c03e5a67f745043e933efe557151f13f22f764c (patch) | |
tree | c1882128ddd9583ab51233d20389fe04c390249e /main/bison | |
parent | b0eb0ba573520f7c5ba580b01a2330ff8992df66 (diff) | |
download | aports-1c03e5a67f745043e933efe557151f13f22f764c.tar.bz2 aports-1c03e5a67f745043e933efe557151f13f22f764c.tar.xz |
main/bison: rebuild wiht posix_spawn
Diffstat (limited to 'main/bison')
-rw-r--r-- | main/bison/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/bison/APKBUILD b/main/bison/APKBUILD index 434c266c91..628cca8edc 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 \ |