liblz4: Remove no longer needed symlinks

now that every revdep has been rebuilt.

%ci:no-build
This commit is contained in:
Tee KOBAYASHI 2022-11-04 05:59:53 +09:00
parent c15464b7af
commit 4033f0befc
1 changed files with 0 additions and 6 deletions

View File

@ -12,9 +12,3 @@ TERMUX_PKG_REPLACES="liblz4-dev"
termux_step_pre_configure() {
TERMUX_PKG_SRCDIR+=/build/cmake
}
termux_step_post_make_install() {
# Rebuild all dependent packages to remove this.
ln -sf liblz4.so "${TERMUX_PREFIX}/lib/liblz4.so.${TERMUX_PKG_VERSION}"
ln -sf liblz4.so "${TERMUX_PREFIX}/lib/liblz4.so.${TERMUX_PKG_VERSION//.*}"
}