X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=Externals%2Fdropbear%2FMakefile;h=d9f59e83b7491d619d1f1263b945885ec91b47b0;hb=be696e64e9b8d5d8b8f676d66b248e4d834b377f;hp=f53193d64823cdc66e56ce45cb05baece9534c07;hpb=d8db7f3dfa30b65820722c96aa1d9acbae5006a9;p=tpg%2Facess2.git diff --git a/Externals/dropbear/Makefile b/Externals/dropbear/Makefile index f53193d6..d9f59e83 100644 --- a/Externals/dropbear/Makefile +++ b/Externals/dropbear/Makefile @@ -4,11 +4,14 @@ # DEPS := zlib -TARBALL_PATTERN := dropbear-*.tar.gz -TARBALL_TO_DIR_L := %.tar.gz +TARBALL_PATTERN := dropbear-*.tar.bz2 +TARBALL_TO_DIR_L := %.tar.bz2 TARBALL_TO_DIR_R := % -PATCHES := options.h -CONFIGURE_ARGS = --with-zlib=../../Output/$(ARCH) --disable-utmp --disable-wtmp --disable-lastlog +PATCHES := options.h config.sub +CONFIGURE_ARGS = --with-zlib=$(OUTDIR) --disable-utmp --disable-wtmp --disable-lastlog DSS_PRIV_FILENAME=/Acess/Conf/dropbear/host_key_dss RSA_PRIV_FILENAME=/Acess/Conf/dropbear/host_key_rsa MOTD_FILENAME=/Acess/Conf/dropbear/motd +CONFIGURE_ENV = LIBS=-lpsocket +BTARGETS = dbclient dropbear +ITARGETS = inst_dbclient inst_dropbear -include ../common.mk +include ../common_automake.mk