diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-16 06:09:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-16 06:10:47 +0000 |
commit | 7a9c2be93fd3752fcbcacdd498c66eb61226841d (patch) | |
tree | 5022a5d3669e2b0905f0ab363cb42817c1e3a16a /main/gettext/APKBUILD | |
parent | 378b86215ddc1e81b9dcfcd1a4e19a995a39345f (diff) | |
download | aports-7a9c2be93fd3752fcbcacdd498c66eb61226841d.tar.bz2 aports-7a9c2be93fd3752fcbcacdd498c66eb61226841d.tar.xz |
main/gettext: rebuild with posix_spawn
Diffstat (limited to 'main/gettext/APKBUILD')
-rw-r--r-- | main/gettext/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/gettext/APKBUILD b/main/gettext/APKBUILD index e0fb5df5f2..1d553d9343 100644 --- a/main/gettext/APKBUILD +++ b/main/gettext/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=gettext pkgver=0.18.3.1 -pkgrel=0 +pkgrel=1 pkgdesc="GNU locale utilities" url="http://www.gnu.org/software/gettext/gettext.html" arch="all" @@ -32,6 +32,7 @@ prepare() { build() { cd "$_builddir" + LIBS="-lrt" \ ./configure \ --build=$CBUILD \ --host=$CHOST \ |