diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-16 13:28:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-16 13:28:54 +0000 |
commit | e8eaaeefc05c2535c08f3566627f91f0293f0a49 (patch) | |
tree | a6483f213385703ab6802900976975ca314166ac /main/coreutils | |
parent | be04756f719674fa2d29ba2e29e044944db28da6 (diff) | |
download | aports-e8eaaeefc05c2535c08f3566627f91f0293f0a49.tar.bz2 aports-e8eaaeefc05c2535c08f3566627f91f0293f0a49.tar.xz |
main/coreutils: rebuild with posix_spawn and link to librt
Diffstat (limited to 'main/coreutils')
-rw-r--r-- | main/coreutils/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/coreutils/APKBUILD b/main/coreutils/APKBUILD index 4be6e2b0a5..79d569a5b3 100644 --- a/main/coreutils/APKBUILD +++ b/main/coreutils/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> 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 \ |