aboutsummaryrefslogtreecommitdiffstats
path: root/main/musl/getopt_long.c
Commit message (Collapse)AuthorAgeFilesLines
* main/musl: upgrade to 1.1.6Timo Teräs2015-01-141-618/+0
| | | | | | All patches or equivalent are upstreamed so remove them all. getopt_long is now doing argument permutation so remove the BSD replacement. Also fixes multiple bugs. ref #3692, ref #3693
* Revert "main/musl: use upstream getopt_long"Timo Teräs2014-12-121-0/+618
| | | | | | This reverts commit 21d10d3c2c3687b1475a4616ec9f341e3931f05b. This is broken still, and was pushed by accident.
* main/musl: use upstream getopt_longTimo Teräs2014-12-121-618/+0
| | | | | Drop our getopt_long from BSD, now that upstream support all GNU extensions we required.
* main/musl: fix the getopt_long we shipTimo Teräs2013-07-221-1/+1
| | | | | It is originally from pkgconf, and it had additional non-conformant changes. This reverts them.
* main/musl: various fixes from git master, and packaging fixesTimo Teräs2013-07-111-0/+618
- use upstream commits for all arm pie/unwind fixes - replace getopt with BSD licensed GNU compatible getopt - set proper SONAME for the libc generated for packaging purposes - rename libc.so to be ld-musl-$ARCH.so.1 and point the SONAME and ldd links to it. this allows libc.so to go to -dev package as it will be used for compiling only. - move specs file to musl-crosstool subpackage