diff options
-rw-r--r-- | package/ustr/ustr.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ustr/ustr.mk b/package/ustr/ustr.mk index 174f05565a..1d629ab846 100644 --- a/package/ustr/ustr.mk +++ b/package/ustr/ustr.mk @@ -23,5 +23,7 @@ USTR_INSTALL_STAGING = YES # 'all-shared' to the default 'all' rule. USTR_MAKE_OPTS = all all-shared +USTR_MAKE_OPTS += LDCONFIG=/bin/true + $(eval $(autotools-package)) $(eval $(host-autotools-package)) |