From 1c03e5a67f745043e933efe557151f13f22f764c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 15 Oct 2013 15:51:42 +0000 Subject: main/bison: rebuild wiht posix_spawn --- main/bison/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main') 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 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 \ -- cgit v1.2.3