summaryrefslogtreecommitdiffstats
path: root/main/gettext
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-10-16 06:09:36 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-10-16 06:10:47 +0000
commit7a9c2be93fd3752fcbcacdd498c66eb61226841d (patch)
tree5022a5d3669e2b0905f0ab363cb42817c1e3a16a /main/gettext
parent378b86215ddc1e81b9dcfcd1a4e19a995a39345f (diff)
downloadaports-7a9c2be93fd3752fcbcacdd498c66eb61226841d.tar.bz2
aports-7a9c2be93fd3752fcbcacdd498c66eb61226841d.tar.xz
main/gettext: rebuild with posix_spawn
Diffstat (limited to 'main/gettext')
-rw-r--r--main/gettext/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/gettext/APKBUILD b/main/gettext/APKBUILD
index e0fb5df5f..1d553d934 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 \