From patchwork Sun Nov 19 19:40:07 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcel Lorenz X-Patchwork-Id: 1546 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 4895160B0D for ; Sun, 19 Nov 2017 09:40:21 +0100 (CET) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id D77762A06; Sun, 19 Nov 2017 09:40:20 +0100 (CET) Received: from localhost.localdomain (mail.ml-systec.de [87.140.105.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id A57742722 for ; Sun, 19 Nov 2017 09:40:19 +0100 (CET) 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> X-Mailer: git-send-email 2.14.2 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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