Externals/dropbear - Disabled X forwarding
authorJohn Hodge <[email protected]>
Sat, 27 Jul 2013 11:05:45 +0000 (19:05 +0800)
committerJohn Hodge <[email protected]>
Sat, 27 Jul 2013 11:05:45 +0000 (19:05 +0800)
Externals/core.mk
Externals/dropbear/Makefile
Externals/dropbear/patches/options.h.patch

index 3b788de..4e39cf5 100644 (file)
@@ -12,7 +12,7 @@ ifeq ($(ARCH),x86)
 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
index 3aeb837..2ae2894 100644 (file)
@@ -9,8 +9,8 @@ TARBALL_TO_DIR_L := %.tar.bz2
 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
 
index a0c5379..9ff95cb 100644 (file)
@@ -1,5 +1,9 @@
 --- 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"

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