From 0f75d1de39db05f74b6d158887cacee6d94d556b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 12 Jul 2019 10:28:33 +0300 Subject: [PATCH] make: Disable nls. --- core/make/build | 3 ++- core/make/version | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/make/build b/core/make/build index 8c650b61..90fc7746 100755 --- a/core/make/build +++ b/core/make/build @@ -1,7 +1,8 @@ #!/bin/sh -e ./configure \ - --prefix=/usr + --prefix=/usr \ + --disable-nls make make DESTDIR="$1" install diff --git a/core/make/version b/core/make/version index 6b405ab7..fa7b9c86 100644 --- a/core/make/version +++ b/core/make/version @@ -1 +1 @@ -4.2.1 1 +4.2.1 2