diff options
Diffstat (limited to 'main/coreutils/APKBUILD')
-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 \ |