From e8eaaeefc05c2535c08f3566627f91f0293f0a49 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 16 Oct 2013 13:28:54 +0000 Subject: main/coreutils: rebuild with posix_spawn and link to librt --- main/coreutils/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/coreutils') diff --git a/main/coreutils/APKBUILD b/main/coreutils/APKBUILD index 4be6e2b0a..79d569a5b 100644 --- a/main/coreutils/APKBUILD +++ b/main/coreutils/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=coreutils pkgver=8.21 -pkgrel=2 +pkgrel=3 pkgdesc="The basic file, shell and text manipulation utilities" url="http://www.gnu.org/software/coreutils/" arch="all" @@ -16,7 +16,7 @@ source="http://ftp.gnu.org/gnu/coreutils/$pkgname-$pkgver.tar.xz" build() { cd "$srcdir/$pkgname-$pkgver" - ./configure \ + LIBS="-lrt" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ -- cgit v1.2.3