From c59d700786641403e10f33249b37a9f8f5a4712b Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 25 Jun 2010 23:18:43 +0200 Subject: dropbear: override detection of struct sockaddr_storage Configure misdetects this as no, but the result is not used for anything. Unfortunately it breaks the build for other packages also checking for struct sockaddr_storage (like rsync) when using a shared config cache, so force it to yes. Reported-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/dropbear/dropbear.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'package/dropbear') diff --git a/package/dropbear/dropbear.mk b/package/dropbear/dropbear.mk index 2340f6a93..c73525b04 100644 --- a/package/dropbear/dropbear.mk +++ b/package/dropbear/dropbear.mk @@ -9,6 +9,11 @@ DROPBEAR_SOURCE = dropbear-$(DROPBEAR_VERSION).tar.gz DROPBEAR_SITE = http://matt.ucc.asn.au/dropbear/releases DROPBEAR_DEPENDENCIES = zlib DROPBEAR_TARGET_BINS = dbclient dropbearkey dropbearconvert scp ssh +# configure misdetects this as no, but the result is not used for +# anything. Unfortunately it breaks the build for other packages also +# checking for struct sockaddr_storage when using a shared config +# cache, so force it to yes +DROPBEAR_CONF_ENV = ac_cv_type_struct_sockaddr_storage=yes DROPBEAR_MAKE = $(MAKE) MULTI=1 SCPPROGRESS=1 \ PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" -- cgit v1.2.3-55-g7522