package/Makefile.in: synchronize pkg-config settings between HOST_{CONFIGURE_OPTS...
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 14 Oct 2016 14:09:44 +0000 (16:09 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 14 Oct 2016 14:50:36 +0000 (16:50 +0200)
commit77880b73f7b4f0907ab508d716bf7bb21fe76ba7
tree0c690f2bbb206e77208c95164151ac28e6da0920
parent3aa01695eabb9183ffb804337924a7bd649be9ec
package/Makefile.in: synchronize pkg-config settings between HOST_{CONFIGURE_OPTS, MAKE_ENV}

The pkg-config settings in HOST_CONFIGURE_OPTS and HOST_MAKE_ENV have
diverged over time, so they now use different _LIBDIR and
_ALLOW_SYSTEM_{CFLAGS,LIBS} settings.

Conceptually _CONFIGURE_OPTS should be a superset of _MAKE_ENV, so move the
definitions around and define _CONFIGURE_OPTS in terms of _MAKE_ENV instead
of repeating the individual settings.

Do this both for the target and host variant for consistency.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/Makefile.in