summaryrefslogtreecommitdiffstats
path: root/package/dropbear
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-09-28 09:22:19 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-09-28 09:22:19 +0200
commitd5576fd2f084b1c51a51f14b278b99215366ca80 (patch)
treef6c8446384ca32e6d895a48567d5ee6c299b83c6 /package/dropbear
parent3a19ee499bec80d896c0e23c21ae206c6a2d91bd (diff)
downloadbuildroot-novena-d5576fd2f084b1c51a51f14b278b99215366ca80.tar.gz
buildroot-novena-d5576fd2f084b1c51a51f14b278b99215366ca80.zip
dropbear: fix xauth tweak since dbcec2b2
The recent conversion to new-style hooks didn't actually enable the xauth tweaking. Also rename to FIX_XAUTH as it just tweaks the path, it doesn't disable anything. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/dropbear')
-rw-r--r--package/dropbear/dropbear.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/dropbear/dropbear.mk b/package/dropbear/dropbear.mk
index 0b0d4c732..0457935b9 100644
--- a/package/dropbear/dropbear.mk
+++ b/package/dropbear/dropbear.mk
@@ -17,11 +17,11 @@ DROPBEAR_CONF_ENV = ac_cv_type_struct_sockaddr_storage=yes
DROPBEAR_MAKE = $(MAKE) MULTI=1 SCPPROGRESS=1 \
PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp"
-define DROPBEAR_DISABLE_XAUTH
+define DROPBEAR_FIX_XAUTH
$(SED) 's,^#define XAUTH_COMMAND.*/xauth,#define XAUTH_COMMAND "/usr/bin/xauth,g' $(@D)/options.h
endef
-DROPBEAR_POST_EXTRACT_HOOKS += DROPBEAR_ADJUST_OPTIONS
+DROPBEAR_POST_EXTRACT_HOOKS += DROPBEAR_FIX_AUTH
define DROPBEAR_DISABLE_REVERSE_DNS
$(SED) 's,^#define DO_HOST_LOOKUP.*,/* #define DO_HOST_LOOKUP */,' $(@D)/options.h