From 48dc38daaf379bc98c09120e4cfcba33f074539e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 5 Oct 2019 17:43:21 +0300 Subject: [PATCH] make: let nls be auto detected --- core/make/build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/make/build b/core/make/build index 90fc7746..8c650b61 100755 --- a/core/make/build +++ b/core/make/build @@ -1,8 +1,7 @@ #!/bin/sh -e ./configure \ - --prefix=/usr \ - --disable-nls + --prefix=/usr make make DESTDIR="$1" install