From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from moutng.kundenserver.de ([212.227.126.187]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1UKTZk-0007bY-Cq for ptxdist@pengutronix.de; Tue, 26 Mar 2013 14:06:05 +0100 From: Alexander Dahl Date: Tue, 26 Mar 2013 14:05:22 +0100 Message-Id: <1364303125-4866-2-git-send-email-post@lespocky.de> In-Reply-To: <1364303125-4866-1-git-send-email-post@lespocky.de> References: <1364303125-4866-1-git-send-email-post@lespocky.de> Subject: [ptxdist] [PATCH 1/4] remove long gone options Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de In current versions dropbear is always linked against libutil. The option --disable-nls is also long gone upstream. Signed-off-by: Alexander Dahl --- rules/dropbear.in | 7 ------- rules/dropbear.make | 7 +------ 2 files changed, 1 insertions(+), 13 deletions(-) diff --git a/rules/dropbear.in b/rules/dropbear.in index 16624d8..8c878ec 100644 --- a/rules/dropbear.in +++ b/rules/dropbear.in @@ -99,13 +99,6 @@ config DROPBEAR_DIS_WTMPX Keep dropbear from writing to wtmpx. This option is useful for small or flash-based filesystems. -config DROPBEAR_DIS_LIBUTIL - bool - prompt "disable use of libutil" - help - Enable this option to leave out the use of libutil. - This might help to reduce the size of the binary. - config DROPBEAR_DIS_PUTUTLINE bool prompt "disable use of pututline" diff --git a/rules/dropbear.make b/rules/dropbear.make index 0c3183f..efa00c2 100644 --- a/rules/dropbear.make +++ b/rules/dropbear.make @@ -34,8 +34,7 @@ DROPBEAR_DIR := $(BUILDDIR)/$(DROPBEAR) # autoconf # DROPBEAR_AUTOCONF := \ - $(CROSS_AUTOCONF_USR) \ - --disable-nls + $(CROSS_AUTOCONF_USR) ifdef PTXCONF_DROPBEAR_ZLIB DROPBEAR_AUTOCONF += --enable-zlib @@ -71,10 +70,6 @@ ifdef PTXCONF_DROPBEAR_DIS_WTMPX DROPBEAR_AUTOCONF += --disable-wtmpx endif -ifdef PTXCONF_DROPBEAR_DIS_LIBUTIL -DROPBEAR_AUTOCONF += --disable-libutil -endif - ifdef PTXCONF_DROPBEAR_DIS_PUTUTLINE DROPBEAR_AUTOCONF += --disable-pututline endif -- 1.7.2.5 -- ptxdist mailing list ptxdist@pengutronix.de