Usermode/libposix - Added types for F_GETLK
[tpg/acess2.git] / Externals / dropbear / Makefile
index f53193d..2ae2894 100644 (file)
@@ -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 dropbear
+ITARGETS = inst_dbclient inst_dropbear
 
 include ../common.mk
 

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