diff options
-rw-r--r-- | package/ustr/ustr.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ustr/ustr.mk b/package/ustr/ustr.mk index b3de50b5a5..715914cab6 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)) |