mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
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 <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
f4abd4e612
commit
c59d700786
8
CHANGES
8
CHANGES
@ -14,10 +14,10 @@
|
|||||||
luasocket, rings, wsapi, xavante, xterm
|
luasocket, rings, wsapi, xavante, xterm
|
||||||
|
|
||||||
Updated/fixed packages: berkeleydb, busybox, cdrkit, dash,
|
Updated/fixed packages: berkeleydb, busybox, cdrkit, dash,
|
||||||
dialog, diffutils, distcc, dmalloc, dnsmasq, fbv, file, gawk,
|
dialog, diffutils, distcc, dmalloc, dnsmasq, dropbear, fbv,
|
||||||
gstreamer, gzip, intltool, ipsec-tools, iptables, libart,
|
file, gawk, gstreamer, gzip, intltool, ipsec-tools, iptables,
|
||||||
libfuse, libgpg-error, libidn, liblockfile, links, lmbench,
|
libart, libfuse, libgpg-error, libidn, liblockfile, links,
|
||||||
lrzsz, make, module-init-tools, nbd, ncurses, netperf,
|
lmbench, lrzsz, make, module-init-tools, nbd, ncurses, netperf,
|
||||||
ntfsprogs, openssl, php, qt, quagga, sqlite, sdl, sdl_mixer,
|
ntfsprogs, openssl, php, qt, quagga, sqlite, sdl, sdl_mixer,
|
||||||
sdl_ttf, squashfs, tn5250, usbutils, xkeyboard-config
|
sdl_ttf, squashfs, tn5250, usbutils, xkeyboard-config
|
||||||
|
|
||||||
|
@ -9,6 +9,11 @@ DROPBEAR_SOURCE = dropbear-$(DROPBEAR_VERSION).tar.gz
|
|||||||
DROPBEAR_SITE = http://matt.ucc.asn.au/dropbear/releases
|
DROPBEAR_SITE = http://matt.ucc.asn.au/dropbear/releases
|
||||||
DROPBEAR_DEPENDENCIES = zlib
|
DROPBEAR_DEPENDENCIES = zlib
|
||||||
DROPBEAR_TARGET_BINS = dbclient dropbearkey dropbearconvert scp ssh
|
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 \
|
DROPBEAR_MAKE = $(MAKE) MULTI=1 SCPPROGRESS=1 \
|
||||||
PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp"
|
PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user