font-manager: update to 0.9.2
[aosc-os-abbs.git] / runtime-common / libevent / autobuild / beyond
bloba175aaf9735e21ba01c5552cd492de92c6f1096a
1 abinfo "Creating compatibility symlink for ABI version 6 ..."
2 # Note: This should be safe with no removed symbols.
4 # Ref: https://abi-laboratory.pro/?view=timeline&l=libevent
5 for i in event{,_{core,extra,openssl,pthreads}}-2.1; do
6     ln -sv lib${i}.so.7 \
7         "$PKGDIR"/usr/lib/lib${i}.so.6
8 done