Externals - Cleanup, cross-compiler working
[tpg/acess2.git] / Externals / dropbear / Makefile
index 2ae2894..270815c 100644 (file)
@@ -7,10 +7,11 @@ DEPS := zlib
 TARBALL_PATTERN := dropbear-*.tar.bz2
 TARBALL_TO_DIR_L := %.tar.bz2
 TARBALL_TO_DIR_R := %
-PATCHES := options.h
+PATCHES := options.h config.sub
 CONFIGURE_ARGS = --with-zlib=$(PREFIX) --disable-utmp --disable-wtmp --disable-lastlog
+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