Commit b943ba98 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack vkteams: improve packing (ALT bug 44851)

parent 25569be5
......@@ -54,6 +54,9 @@ subst "s|.*$PRODUCTDIR/unittests.*||" $SPEC
epm assure patchelf || exit
cd $BUILDROOT$PRODUCTDIR
for i in QtQuick/Controls.2/libqtquickcontrols2plugin.so ; do
a= patchelf --set-rpath '$ORIGIN/../..' $i
for i in QtQuick/*/lib*.so ; do
a= patchelf --set-rpath '$ORIGIN/../../lib' $i
done
# FIXME: check the full list
filter_from_requires libQt5 libxcb libGL "libX.*"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment