public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] patch: remove deprecated --disable-nls configure option
@ 2017-11-19  8:40 Marcel Lorenz
  0 siblings, 0 replies; only message in thread
From: Marcel Lorenz @ 2017-11-19  8:40 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 642 bytes --]

Signed-off-by: Marcel Lorenz <marcel.lorenz(a)ipfire.org>
---
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-11-19  8:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-19  8:40 [PATCH] patch: remove deprecated --disable-nls configure option Marcel Lorenz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox