abinfo "Creating compatibility symlink for ABI version 6 ..."
# Note: This should be safe with no removed symbols.
#
# Ref: https://abi-laboratory.pro/?view=timeline&l=libevent
for i in event{,_{core,extra,openssl,pthreads}}-2.1; do
    ln -sv lib${i}.so.7 \
        "$PKGDIR"/usr/lib/lib${i}.so.6
done
