package/ustr: fix ldconfig for host build
authorClayton Shotwell <clayton.shotwell@rockwellcollins.com>
Tue, 10 Jan 2017 16:05:52 +0000 (10:05 -0600)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 10 Jan 2017 20:09:22 +0000 (21:09 +0100)
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>
package/ustr/ustr.mk

index b3de50b5a508052fba7eb9d0feb13e7a7708eef2..715914cab619b0024d23e9b46013aa90c7b06f02 100644 (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))