unixodbc: fix clean-build compilation 7595/head
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Thu, 6 Dec 2018 14:03:02 +0000 (12:03 -0200)
committerEneas U de Queiroz <cote2004-github@yahoo.com>
Thu, 6 Dec 2018 14:03:02 +0000 (12:03 -0200)
commite4693dd939ad7901137b3b201be18a1c51d18f6c
treeabf81714a0988e5e5af9a5627749b6235c763a6b
parent8dc012dfad6559a00f0aa78fb12a9ce8912d624c
unixodbc: fix clean-build compilation

For host compilation, the configure-generated config.h from the target
compilation is used in place of the host-generated file.  When the
target package is compiled with clean-build, that file is gone.  This
saves the file under $(STAGING_DIR), and fetch it from there.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
libs/unixodbc/Makefile