getopt: make it NOEXEC
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
39194f0309
commit
72d725d7cc
2 changed files with 14 additions and 14 deletions
|
@ -47,7 +47,7 @@
|
|||
//config: help
|
||||
//config: Enable support for long options (option -l).
|
||||
|
||||
//applet:IF_GETOPT(APPLET(getopt, BB_DIR_BIN, BB_SUID_DROP))
|
||||
//applet:IF_GETOPT(APPLET_NOEXEC(getopt, getopt, BB_DIR_BIN, BB_SUID_DROP, getopt))
|
||||
|
||||
//kbuild:lib-$(CONFIG_GETOPT) += getopt.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue