Signed-off-by: Marcel Lorenz marcel.lorenz@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