glibc: move autoconf cache variables to GLIBC_CONF_ENV
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 23 Sep 2018 20:54:57 +0000 (22:54 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 23 Sep 2018 21:42:41 +0000 (23:42 +0200)
commit03e2bad8687c882b85d213fff9354c788b5c1bf2
treed99e5708d683eb1ed7aa3c27e3c18c7c16b9ab9d
parente2b07057436fd6e8e7a0c9e2a45cfea193728985
glibc: move autoconf cache variables to GLIBC_CONF_ENV

glibc is not using the autotools-package infrastructure, so we are
calling the ./configure script manually. Currently, the few autoconf
cache variables are passed as arguments to the ./configure script,
while we pass them through the environment in the autotools-package
infrastructure.

So let's pass them in the environment, and use a GLIBC_CONF_ENV
variable to store them. This will allow in a follow-up commit to
conditionally add more autoconf cache variables to the glibc build.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/glibc/glibc.mk