projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a54712
)
dropbear: Add --disable-utmpx again
author
Hans Dedecker
<dedeckeh@gmail.com>
Mon, 9 May 2016 16:23:37 +0000
(18:23 +0200)
committer
John Crispin
<john@phrozen.org>
Thu, 12 May 2016 01:29:35 +0000
(
03:29
+0200)
The option --disable-utmpx was deleted by accident in commit
7545c1d
;
add it again to the CONFIGURE_ARGS list
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
package/network/services/dropbear/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/dropbear/Makefile
b/package/network/services/dropbear/Makefile
index 8d4e7bc7fa45715b8c64977edb24148c4e198e55..ef57502e69896d7a4643b6c4a467b98d805cebfe 100644
(file)
--- a/
package/network/services/dropbear/Makefile
+++ b/
package/network/services/dropbear/Makefile
@@
-68,6
+68,7
@@
CONFIGURE_ARGS += \
--enable-syslog \
$(if $(CONFIG_SHADOW_PASSWORDS),,--disable-shadow) \
--disable-lastlog \
+ --disable-utmpx \
$(if $(CONFIG_DROPBEAR_UTMP),,--disable-utmp) \
--disable-wtmp \
--disable-wtmpx \