Commit a6009135 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack: fix ipera-client (ALT bug 43761)

parent 78e69a8a
......@@ -16,3 +16,8 @@ for i in lib*.so.* gstreamer-0.10/lib*.so.* ; do
a= patchelf --set-rpath '$ORIGIN' $i
done
for i in ../bin/qml/QtQuick/Particles.2/libparticlesplugin.so ; do
a= patchelf --set-rpath "$LIBDIR" $i
done
filter_from_requires "libldap_r-2.4.so.2(OPENLDAP_2.*)(64bit)" "liblber-2.4.so.2(OPENLDAP_2.*)(64bit)" "ld-linux-.*(GLIBC_PRIVATE)"
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