build.sh: drop passing environment variables to configure
commitead38ce3d7494f7940e1b0160bc44d13c7ffaf25
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 18 Aug 2017 03:34:44 +0000 (18 13:34 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 18 Aug 2017 03:36:38 +0000 (18 13:36 +1000)
tree6830165c3307d8071515231cd836ef7c6f682e11
parent5e213276183aae1bb8d192d74322ac0990c388ae
build.sh: drop passing environment variables to configure

configure says they are "Some influential environment variables" and we don't
touch them anywhere within build.sh. So if they're already set, they'll be set
for configure anyway.

The only exception is CFLAGS which is modified with -g. Just export that one
where we change it and move on.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
build.sh