From 85c984a39400e380dcafd6e38e8809a710ffbfdc Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 18 Jun 2018 05:31:47 -0500 Subject: system/patch: remove unnecessary --disable-nls (patch doesn't support NLS) --- system/patch/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/system/patch/APKBUILD b/system/patch/APKBUILD index 2cc08dd73..808152cf2 100644 --- a/system/patch/APKBUILD +++ b/system/patch/APKBUILD @@ -32,8 +32,7 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ - --localstatedir=/var \ - --disable-nls + --localstatedir=/var make } -- cgit v1.2.3-70-g09d2