diff options
-rw-r--r-- | bin/phase-functions.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh index 2c3f2d389..5257101cf 100644 --- a/bin/phase-functions.sh +++ b/bin/phase-functions.sh @@ -555,7 +555,8 @@ __dyn_install() { # These ones support regular expressions, so translate # fnmatch patterns to regular expressions - for x in QA_DT_NEEDED QA_FLAGS_IGNORED QA_PRESTRIPPED QA_SONAME ; do + for x in QA_DT_NEEDED QA_FLAGS_IGNORED QA_PRESTRIPPED \ + QA_SONAME QA_SONAME_NO_SYMLINK; do if [[ $(declare -p ${x} 2>/dev/null) = declare\ -a* ]] ; then eval "${x}=(\"\${${x}[@]}\" ${QA_PREBUILT//\*/.*})" else |