aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/gettext/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/gettext/APKBUILD b/main/gettext/APKBUILD
index 1025aca135..f0e3132dea 100644
--- a/main/gettext/APKBUILD
+++ b/main/gettext/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carlo Landmeter <clandmeter at gmail.com>
pkgname=gettext
pkgver=0.18.1.1
-pkgrel=0
+pkgrel=1
pkgdesc="GNU locale utilities"
url="http://www.gnu.org/software/gettext/gettext.html"
license='GPL'
@@ -31,6 +31,7 @@ build() {
./configure --prefix=/usr \
--mandir=/usr/share/man \
--enable-threads=posix \
+ --disable-java \
--disable-static
make || return 1
}