package/ustr: fix ldconfig for host build

The host build of the ustr package also needs to not run the ldconfig to
prevent a build failure caused by the symlink creating a race condition.
Related commit for target build change was 22069232.

Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Clayton Shotwell 2017-01-10 10:05:52 -06:00 committed by Peter Korsgaard
parent 01cd62a31c
commit 18ed2dcf6c

View File

@ -26,6 +26,7 @@ USTR_INSTALL_STAGING = YES
USTR_MAKE_OPTS = all all-shared
USTR_CONF_OPTS += LDCONFIG=/bin/true
HOST_USTR_CONF_OPTS += LDCONFIG=/bin/true
$(eval $(autotools-package))
$(eval $(host-autotools-package))