patch: remove deprecated --disable-nls configure option

Message ID 20171119084007.25574-1-marcel.lorenz@ipfire.org
State Dropped
Headers
Series patch: remove deprecated --disable-nls configure option |

Commit Message

Marcel Lorenz Nov. 19, 2017, 7:40 p.m. UTC
  Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
---
 lfs/patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

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