summaryrefslogtreecommitdiffstats
path: root/bin/misc-functions.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-10-13 23:14:40 -0700
committerZac Medico <zmedico@gentoo.org>2011-10-13 23:14:40 -0700
commitdcb42a417355510284a35c08a4bf849047122a5c (patch)
tree278ed2a3de602d9e4279eaaf81579f340c0e22f0 /bin/misc-functions.sh
parent55dd7bc8587f4ef48a4ff6ddd4e176fbb72d118d (diff)
downloadportage-dcb42a417355510284a35c08a4bf849047122a5c.tar.gz
portage-dcb42a417355510284a35c08a4bf849047122a5c.tar.bz2
portage-dcb42a417355510284a35c08a4bf849047122a5c.zip
Add QA_SONAME_NO_SYMLINK for bug #387053.
Diffstat (limited to 'bin/misc-functions.sh')
-rwxr-xr-xbin/misc-functions.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index 882d17165..b3e62c5fe 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -372,6 +372,10 @@ install_qa_check() {
fi
done }
+ [ -n "${QA_SONAME_NO_SYMLINK}" ] && \
+ echo "${QA_SONAME_NO_SYMLINK}" > \
+ "${PORTAGE_BUILDDIR}"/build-info/QA_SONAME_NO_SYMLINK
+
if [[ ${insecure_rpath} -eq 1 ]] ; then
die "Aborting due to serious QA concerns with RUNPATH/RPATH"
elif [[ -n ${die_msg} ]] && has stricter ${FEATURES} ; then