Commit c04486cd authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack: fix mssql-server install (ALT bug 42639), tested in hasher

parent d86e5d34
......@@ -23,6 +23,10 @@ subst 's|/usr/bin/basename|/bin/basename|' $BUILDROOT/opt/mssql/bin/*.sh
remove_dir /usr/lib/.build-id
epm assure patchelf || exit
for i in $BUILDROOT/opt/mssql/lib/libunwind-x86_64.so.8 ; do
a= patchelf --set-rpath "$ORIGIN/" $i
a= patchelf --set-rpath '$ORIGIN/' $i
done
epm install libnuma libsss_nss_idmap bzip2 cyrus-sasl2 libcom_err libkrb5 libldap libsasl2-plugin-gssapi python3 su glibc-utils liblzma
# sudo
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