unixodbc: Fix LIB_PREFIX in host build
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Thu, 6 Dec 2018 11:43:36 +0000 (09:43 -0200)
committerEneas U de Queiroz <cote2004-github@yahoo.com>
Thu, 6 Dec 2018 12:30:17 +0000 (10:30 -0200)
commit8dc012dfad6559a00f0aa78fb12a9ce8912d624c
treecd3614bbfbdaf0ddbb5e9b53644809d9dcf47954
parentc4e8ff98c089b23a51304529bebaa56afe14d261
unixodbc: Fix LIB_PREFIX in host build

When copying config.h from PKG_BUILD_DIR to HOST_BUILD_DIR, LIB_PREFIX
is set to /usr/lib.  Then when odbc_config is run, it reports /usr/lib
as the --lib-dir, and in --libs as well, and dependent packages may
fail.  Set it to $(STAGING_DIR)/usr/lib to make it right.

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