Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / Externals / dropbear / Makefile
index f53193d..d9f59e8 100644 (file)
@@ -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
 

UCC git Repository :: git.ucc.asn.au