From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] patch: remove deprecated --disable-nls configure option Date: Sun, 19 Nov 2017 09:40:07 +0100 Message-ID: <20171119084007.25574-1-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4098890594661204763==" List-Id: --===============4098890594661204763== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Marcel Lorenz --- lfs/patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/patch b/lfs/patch index 88adf25f4..7ed35a7bb 100644 --- a/lfs/patch +++ b/lfs/patch @@ -35,12 +35,12 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) # ifeq "$(ROOT)" "" TARGET = $(DIR_INFO)/$(THISAPP) - EXTRA_CONFIG = --prefix=/usr --disable-nls + EXTRA_CONFIG = --prefix=/usr EXTRA_MAKE = EXTRA_INSTALL = else TARGET = $(DIR_INFO)/$(THISAPP)-tools - EXTRA_CONFIG = --prefix=/tools --disable-nls + EXTRA_CONFIG = --prefix=/tools EXTRA_MAKE = EXTRA_INSTALL = endif -- 2.14.2 --===============4098890594661204763==--