summaryrefslogtreecommitdiffstats
path: root/rules/dropbear.make
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2013-03-26 14:05:22 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-03-27 19:17:01 +0100
commitaaa304a15c9d8e701c87d8f052ca4dd7e351708b (patch)
tree0ba6e18b399acbcf4fd6d26411603f18c1d34d19 /rules/dropbear.make
parent5018bc790890aab4b16c4936fbb8f6fe89717b64 (diff)
downloadptxdist-aaa304a15c9d8e701c87d8f052ca4dd7e351708b.tar.gz
ptxdist-aaa304a15c9d8e701c87d8f052ca4dd7e351708b.tar.xz
remove long gone options
In current versions dropbear is always linked against libutil. The option --disable-nls is also long gone upstream. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dropbear.make')
-rw-r--r--rules/dropbear.make7
1 files changed, 1 insertions, 6 deletions
diff --git a/rules/dropbear.make b/rules/dropbear.make
index 0c3183f6c..efa00c2b4 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