X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Externals%2Fdropbear%2FMakefile;h=3aeb8379d54bf4ef5d63b0a9138880d2202b5e28;hb=96d72268a3a1cfddcbd71353881e8bfadc17db5e;hp=f53193d64823cdc66e56ce45cb05baece9534c07;hpb=d8db7f3dfa30b65820722c96aa1d9acbae5006a9;p=tpg%2Facess2.git diff --git a/Externals/dropbear/Makefile b/Externals/dropbear/Makefile index f53193d6..3aeb8379 100644 --- a/Externals/dropbear/Makefile +++ b/Externals/dropbear/Makefile @@ -4,11 +4,13 @@ # 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 +CONFIGURE_ARGS = --with-zlib=$(PREFIX) --disable-utmp --disable-wtmp --disable-lastlog +BTARGETS = dbclient +ITARGETS = inst_dbclient include ../common.mk