You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/toolchain/musl/patches
John Crispin d49f9039f7 musl: add getopt support for non-option arguments
musl libc doesn't support the GNU getopt extension to parse non-option
arguments when the optstring starts with '-'.

This extension is used by some utilities, notably iptables, that
currently return with errors even with perfectly valid invocations.

The patch adds the code needed by getopt.c and getopt_long.c to
implement that extension.

Signed-off-by: Gianluca Anzolin <gianluca@sottospazio.it>

SVN-Revision: 43309
10 years ago
..
100-add_glob_onlydir.patch musl: update to version 1.1.1 10 years ago
110-getopt_optional_argument_fix.patch musl: fix getopt optional argument processing 10 years ago
120-getopt_non-option-arguments_fix.patch musl: add getopt support for non-option arguments 10 years ago
900-iconv_size_hack.patch musl: add a hack to rip out excessive iconv bloat 10 years ago