From 2441e60920087edd0e3d96f29af5beff6e86c743 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 27 Jun 2019 21:49:43 +0300 Subject: [PATCH] gettext: Disable stuff. --- extra/gettext/build | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/extra/gettext/build b/extra/gettext/build index 2ed80a24..a2b58a67 100755 --- a/extra/gettext/build +++ b/extra/gettext/build @@ -2,7 +2,16 @@ ./configure \ --prefix=/usr \ - --with-included-gettext + --with-included-gettext \ + --without-examples \ + --disable-java \ + --disable-native-java \ + --disable-csharp \ + --disable-libasprintf \ + --disable-acl \ + --without-git \ + --disable-openmp \ + --disable-curses make make DESTDIR="$1" install