summaryrefslogtreecommitdiff
path: root/package/ustr
diff options
context:
space:
mode:
authorClayton Shotwell <clayton.shotwell@rockwellcollins.com>2017-01-10 10:05:52 -0600
committerPeter Korsgaard <peter@korsgaard.com>2017-01-10 21:09:22 +0100
commit18ed2dcf6c8a80804c31003ec7d4b1330d2b2b5b (patch)
tree93d0f4d0aef2506edf8321d461789af45f74997f /package/ustr
parent01cd62a31c2e04ea9acaca9cfca527a938e40e85 (diff)
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>
Diffstat (limited to 'package/ustr')
-rw-r--r--package/ustr/ustr.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ustr/ustr.mk b/package/ustr/ustr.mk
index b3de50b5a..715914cab 100644
--- a/package/ustr/ustr.mk
+++ b/package/ustr/ustr.mk
@@ -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))