Age | Commit message (Collapse) | Author |
|
This reverts commit 4701933890a89638e5702dec2de4cfbcb025903d.
It's no longer openly accessible.
|
|
Seems to get updates sooner.
|
|
Required if -march is not set appropriately in makepkg.conf, as it isn't
by default.
|
|
|
|
Plenty of internal symbols are exported, with rather generic names that
can (and do) conflict with other libraries. So link with -Bsymbolic,
which prevents overriding them with LD_PRELOAD but also prevents such
conflicts from causing problems with functions here accidentally calling
some other library's functions.
|
|
|