else ifeq ($(ARCH),x86_64)
BFD := x86_64
else
- $(error No BFD translation for $(ARCH) in Externals/common.mk)
+ $(error No BFD translation for $(ARCH) in Externals/core.mk)
endif
#PREFIX=$(ACESSDIR)/Externals/Output
TARBALL_TO_DIR_R := %
PATCHES := options.h
CONFIGURE_ARGS = --with-zlib=$(PREFIX) --disable-utmp --disable-wtmp --disable-lastlog
-BTARGETS = dbclient
-ITARGETS = inst_dbclient
+BTARGETS = dbclient dropbear
+ITARGETS = inst_dbclient inst_dropbear
include ../common.mk
--- options.h
+++ options.h
+@@ -54,2 +54,2 @@
+ /* Enable X11 Forwarding - server only */
+-#define ENABLE_X11FWD
++//#define ENABLE_X11FWD
@@ -217,2 +217,2 @@
* rsa/dss key generation */
-#define DROPBEAR_URANDOM_DEV "/dev/urandom"