gmp, glib: explicit UNAME_LEGACY
commitf90da35d026b5684299a09a7db54e448c8947556
authorLauri Tirkkonen <lotheac@iki.fi>
Wed, 2 Aug 2017 13:09:31 +0000 (2 16:09 +0300)
committerLauri Tirkkonen <lotheac@iki.fi>
Wed, 2 Aug 2017 13:10:51 +0000 (2 16:10 +0300)
treeaa41d0139eaa46a746d11023641c991bf3e0a25c
parentd4b1d31f590cba9e2fd5120b0aab2740682d6d3d
gmp, glib: explicit UNAME_LEGACY

until config.guess knows about our uname, we need to set legacy uname
for pretty much all of userland; we can do that with 'puname gmake' for
most cases but gmp and glib builds clear the environment with 'env -i'
so we need this workaround for them.
components/library/glib/Makefile
components/library/gmp/Makefile