From 7a1b03bff8fe2268a8ccf7fe7baae612a3036fd5 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 21 Aug 2022 16:29:53 +0300 Subject: gawk: disable native language support --- community/gawk/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'community') diff --git a/community/gawk/build b/community/gawk/build index ba2adac0..1e747317 100755 --- a/community/gawk/build +++ b/community/gawk/build @@ -4,7 +4,8 @@ export LDFLAGS="$LDFLAGS -static" ./configure \ --prefix=/usr \ - --sysconfdir=/etc + --sysconfdir=/etc \ + --disable-nls make make DESTDIR="$1" install -- cgit v1.2.3