summaryrefslogtreecommitdiffstats
path: root/rules/dropbear.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2003-08-25 09:18:34 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2003-08-25 09:18:34 +0000
commita86557c35bd90436fa11f2dc0debdeda1dbf4bf5 (patch)
tree1599115cc10932f15d29c25e711b9d457990df8e /rules/dropbear.make
parent738f4bc5fac0f11696311ae47d281abf6cc36222 (diff)
downloadptxdist-a86557c35bd90436fa11f2dc0debdeda1dbf4bf5.tar.gz
ptxdist-a86557c35bd90436fa11f2dc0debdeda1dbf4bf5.tar.xz
* dropbear.make
update to version 0.36 added new configure time options (syslog, openpty) * dropbear.in Config.in moved configuration to seperate file git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@200 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dropbear.make')
-rw-r--r--rules/dropbear.make13
1 files changed, 10 insertions, 3 deletions
diff --git a/rules/dropbear.make b/rules/dropbear.make
index ade093b27..319e5e084 100644
--- a/rules/dropbear.make
+++ b/rules/dropbear.make
@@ -1,5 +1,5 @@
# -*-makefile-*-
-# $Id: dropbear.make,v 1.3 2003/08/07 10:06:26 mkl Exp $
+# $Id: dropbear.make,v 1.4 2003/08/25 09:18:34 mkl Exp $
#
# (c) 2003 by Marc Kleine-Budde <kleine-budde@gmx.de> for
# for Pengutronix e.K. <info@pengutronix.de>, Germany
@@ -20,7 +20,7 @@ endif
#
# Paths and names
#
-DROPBEAR_VERSION = 0.33
+DROPBEAR_VERSION = 0.36
DROPBEAR = dropbear-$(DROPBEAR_VERSION)
DROPBEAR_SUFFIX = tar.bz2
DROPBEAR_URL = http://matt.ucc.asn.au/dropbear/$(DROPBEAR).$(DROPBEAR_SUFFIX)
@@ -76,7 +76,6 @@ endif
DROPBEAR_PATH = PATH=$(CROSS_PATH)
DROPBEAR_ENV = $(CROSS_ENV)
-DROPBEAR_ENV += ac_cv_func_setpgrp_void=yes
#
# autoconf
@@ -90,6 +89,14 @@ ifdef PTXCONF_DROPBEAR_DIS_ZLIB
DROPBEAR_AUTOCONF += --disable-zlib
endif
+ifdef PTXCONF_DROPBEAR_DIS_OPENPTY
+DROPBEAR_AUTOCONF += --disable-openpty
+endif
+
+ifdef PTXCONF_DROPBEAR_DIS_SYSLOG
+DROPBEAR_AUTOCONF += --disable-syslog
+endif
+
ifdef PTXCONF_DROPBEAR_DIS_LASTLOG
DROPBEAR_AUTOCONF += --disable-lastlog
endif