diff mbox

[1/1] package/ustr: fix ldconfig for host build

Message ID 1484064352-50148-1-git-send-email-matthew.weber@rockwellcollins.com
State Accepted
Commit 18ed2dcf6c8a80804c31003ec7d4b1330d2b2b5b
Headers show

Commit Message

Matt Weber Jan. 10, 2017, 4:05 p.m. UTC
From: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>

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>
---
 package/ustr/ustr.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Jan. 10, 2017, 8:09 p.m. UTC | #1
>>>>> "Matt" == Matt Weber <matthew.weber@rockwellcollins.com> writes:

 > From: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>
 > 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>

Committed, thanks.
diff mbox

Patch

diff --git a/package/ustr/ustr.mk b/package/ustr/ustr.mk
index b3de50b..715914c 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))