Commit graph

128036 commits

Author SHA1 Message Date
Will Dietz f29bbd779c musl: add patch to make full use of new guards in kernel headers 2018-02-13 09:44:53 -06:00
Will Dietz bc76f767f6 linuxHeaders: allow multiple versions, use newest + patches w/musl
Hash unchanged for non-musl case.
2018-02-13 09:44:53 -06:00
Will Dietz 1289cdaf75 mesa: patch to fix w/musl 2018-02-13 09:44:53 -06:00
Will Dietz 2974ed9266 avy: fixes to work with clang and musl 2018-02-13 09:44:52 -06:00
Will Dietz 7eba45d063 gcc5: patch for musl compat/support 2018-02-13 09:44:52 -06:00
Will Dietz 4a605161b3 iperf: Fix build with musl. 2018-02-13 09:44:52 -06:00
Will Dietz ab92d028f6 python-cffi: disable tests on musl :3 2018-02-13 09:44:52 -06:00
Will Dietz 6ae1bd4502 go: don't require glibc (.static), dunno if go works w/musl 2018-02-13 09:44:51 -06:00
Will Dietz be2997353d agrep: patch to fix on musl, darwin 2018-02-13 09:44:51 -06:00
Will Dietz cd50057a61 webrtc-audio-processing: don't use execinfo w/musl 2018-02-13 09:44:51 -06:00
Will Dietz 3564ae11bc libmemcached: add musl patch from alpine 2018-02-13 09:44:51 -06:00
Will Dietz 0153599164 libdaemon: Add patch to fix musl build 2018-02-13 09:44:50 -06:00
Will Dietz e2ef21d9b5 lm_sensors: add musl patch from alpine.
Doesn't fix build yet due to use of unconventional
object file extensions (which shouldn't matter but do).
2018-02-13 09:44:50 -06:00
Will Dietz 5d3af42250 unbound: don't build twice w/musl, second time fails :( 2018-02-13 09:44:50 -06:00
Will Dietz cccf48ca0c openssl: isMusl 2018-02-13 09:44:50 -06:00
Will Dietz 6593d882a9 openssl: fix cross, ensure 'Configure' has shebang patched 2018-02-13 09:44:49 -06:00
Will Dietz aa00d53708 openssl 1.1.0: disable 'async' bits relating to setcontext/etc on musl 2018-02-13 09:44:49 -06:00
Will Dietz 3b5e1131a7 libapparmor: Add musl patches from Alpine
(update: drop patches no longer needed on updated version)
2018-02-13 09:44:49 -06:00
Will Dietz c7399423d7 armagetronad: enable parallel building 2018-02-13 09:44:49 -06:00
Will Dietz e1e6e94c5d webkitgtk: Add musl patch from Alpine re:execinfo, use libc++ on ALLVM 2018-02-13 09:44:48 -06:00
Will Dietz 8dfe068f86 openblas: patch to fix on non-glibc 2018-02-13 09:44:48 -06:00
Will Dietz c8081971f4 openblas: NO_AFFINITY=1 fix for musl 2018-02-13 09:44:48 -06:00
Will Dietz 49b7e4337f libexecinfo: init at 1.1, patches from Alpine
Not sure if ALLVM should use this, but might be good
to have it on hand just-in-case :).

Maybe part of libnone?
2018-02-13 09:44:48 -06:00
Will Dietz f2aae45514 git: Disable use of <sys/poll.h> on musl, disable gettext 2018-02-13 09:44:47 -06:00
Will Dietz 1ac2b79745 squid{,4}: only enable netfilter bits on non-musl 2018-02-13 09:44:47 -06:00
Will Dietz 54b3967edc libnl: use patch from gentoo-musl, fixes! \o/ 2018-02-13 09:44:47 -06:00
Will Dietz 08e70f7a0c ppp: grab alpine patch, fix build on musl 2018-02-13 09:44:47 -06:00
Will Dietz 77c58c9de1 libusb: fix header usage on musl, patch from Alpine 2018-02-13 09:44:46 -06:00
Will Dietz 29b012e177 tbb: mallinfo patch to fix build w/musl, fix w/clang 2018-02-13 09:44:46 -06:00
Will Dietz f96d0d114e libnet: Add patch from alpine to fix build on musl 2018-02-13 09:44:46 -06:00
Will Dietz 32b472dd9d audit: tweaks to make musl compat 2018-02-13 09:44:46 -06:00
Will Dietz cbdd20878e cvc4: build in parallel 2018-02-13 09:44:45 -06:00
Will Dietz 12e60c232a cvc4: patch up fpu_control usage 2018-02-13 09:44:45 -06:00
Will Dietz 317ac44121 net-snmp: alpine patches 2018-02-13 09:44:45 -06:00
Will Dietz 4a5aa55d73 ti-rpc: patch to fix w/musl 2018-02-13 09:44:45 -06:00
Will Dietz 6c2e8b36cf libnsl: Add alpine patches to fix w/musl 2018-02-13 09:44:44 -06:00
Will Dietz 8fa7634819 xterm: patch from alpine to fix pty on musl 2018-02-13 09:44:44 -06:00
Will Dietz b905c0cb9c stfl: use libiconv fix on all non-glibc not just darwin 2018-02-13 09:44:44 -06:00
Will Dietz bc999dcac5 libunistring: no tests on musl 2018-02-13 09:44:44 -06:00
Will Dietz b47f502d64 inetutils: fix build w/musl 2018-02-13 09:44:43 -06:00
Will Dietz 38d17e33c3 libidn: don't run tests on musl 2018-02-13 09:44:43 -06:00
Will Dietz 3f2619ad52 glibcLocales: not supported on non-glibc 2018-02-13 09:44:43 -06:00
Will Dietz 3b0d3248c9 gcc7: tweak check, target -> host 2018-02-13 09:44:43 -06:00
Will Dietz 3b9e99ddae libffi: add patch to fix w/musl
also use patches from OE, fix musl softfloat build
2018-02-13 09:44:42 -06:00
Will Dietz f566e3f987 gcc7: more selftest disabling, whenever building cross 2018-02-13 09:44:42 -06:00
Will Dietz 4b6b83f159 linux stdenv: find bootstrap files by libc, then arch 2018-02-13 09:44:42 -06:00
Will Dietz 4aca016313 changes some targetPlatform to hostPlatform checks 2018-02-13 09:44:42 -06:00
Will Dietz 158c3c4864 libxml2: disable tests also 2018-02-13 09:44:41 -06:00
Will Dietz f969923bac gnupatch: disable tests on musl :( 2018-02-13 09:44:41 -06:00
Will Dietz 8ad9400a6c findutils: disable tests w/musl 2018-02-13 09:44:41 -06:00