summaryrefslogtreecommitdiffstats
path: root/main/musl/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main/musl: include git commits up to 71d23b310383Timo Teräs2013-10-281-22/+5
| | | | | multiple bug fixes, and sys/timeb.h with ftime() implemented increasing compatibility with old applications.
* main/musl: add missing enums and functions for compatibilityTimo Teräs2013-10-141-9/+18
|
* main/musl: cherry pick fixes, fix rfc3678 patch to be glibc compatibleTimo Teräs2013-10-091-7/+20
| | | | also add dummy ldconfig
* main/musl: cherry pick two more bug fixes from upstreamTimo Teräs2013-09-291-5/+14
|
* main/musl: fix i386 syscalls, and remove libintl wrappersTimo Teräs2013-09-271-1/+8
| | | | | in alpine we have gnu gettext with libintl, so remove the dummy wrappers as they would otherwise cause conflicts.
* main/musl: add workaround for gcc bug 58245Timo Teräs2013-09-261-1/+5
|
* main/musl: upgrade to 0.9.14Timo Teräs2013-09-241-6/+17
| | | | | - take maintainership - provide libssp_nonshared for simplifying gcc build
* main/musl: fix crosscompiler bootstrap, explicitly specify prefixTimo Teräs2013-09-231-1/+1
| | | | | Since we don't run ./configure, the prefix needs to be explicitly passed to make. Affects only crosscompiler creation (so no pkgrel bump).
* main/musl: add rfc3678 multicast structures (for openpgm)Timo Teräs2013-09-201-1/+5
|
* main/musl: fix arch, support crosscompiler creationTimo Teräs2013-09-061-2/+15
|
* main/musl: upgrade to 0.9.13Timo Teräs2013-09-031-4/+4
|
* main/musl: upgrade to 0.9.12Timo Teräs2013-07-301-47/+9
|
* main/musl: fix the getopt_long we shipTimo Teräs2013-07-221-4/+4
| | | | | It is originally from pkgconf, and it had additional non-conformant changes. This reverts them.
* main/musl: fix popen/posix_spawn under qemu-user emulationTimo Teräs2013-07-171-28/+32
| | | | cherry-pick upstream commit working around the qemu-user deficiency.
* main/musl: various fixes from git master, and packaging fixesTimo Teräs2013-07-111-21/+58
| | | | | | | | | | - 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
* main/musl: fixes for using as default libcTimo Teräs2013-07-081-5/+19
| | | | | | | - create musl-utils so libc-utils can depend on it - provide ldd symlink in it also - provide getent based on uclibc - cherry-pick NFDBITS patch for sudo
* main/musl: update checksumsTimo Teräs2013-07-031-3/+3
|
* main/musl: upgrade 0.9.11Timo Teräs2013-07-031-8/+25
| | | | Also don't build crosstool for native musl builds.
* main/musl: new aportWilliam Pitcock2013-06-081-0/+54