From 9616461df02f2ae50466a67926cf89c0577ae748 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 12 Jan 2012 19:36:28 +0100 Subject: package/dropbear: fix utmp support flavour - NEVER give --enable-utmp, it does the opposite of what you think it does - specify conf_utmp_location as variable to configure, so it doesn't search the build system for it's location - utmp support without pututline is totally broken --- package/dropbear/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'package/dropbear/Makefile') diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile index 917edb016..1fdab9501 100644 --- a/package/dropbear/Makefile +++ b/package/dropbear/Makefile @@ -35,13 +35,12 @@ CONFIGURE_ARGS+= --disable-pam \ --disable-wtmp \ --disable-wtmpx \ --disable-loginfunc \ - --disable-pututline \ --disable-pututxline \ --disable-zlib ifeq (${ADK_PACKAGE_DROPBEAR_WITH_UTMP},) -CONFIGURE_ARGS+= --disable-utmp +CONFIGURE_ARGS+= --disable-utmp --disable-pututline else -CONFIGURE_ARGS+= --enable-utmp +CONFIGURE_ENV+= conf_utmp_location=/var/run/utmp endif pre-configure: -- cgit v1.2.3