Merge pull request #4582 from its-pointless/tclfix

fix file conflict with perl
This commit is contained in:
Leonid Pliushch 2019-11-24 23:45:11 +02:00 committed by GitHub
commit 048d3b49a0

View File

@ -9,6 +9,7 @@ TERMUX_PKG_DEPENDS="libsqlite, zlib"
TERMUX_PKG_BREAKS="tcl-dev, tcl-static"
TERMUX_PKG_REPLACES="tcl-dev, tcl-static"
TERMUX_PKG_NO_STATICSPLIT=true
TERMUX_PKG_REVISION=1
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
ac_cv_func_memcmp_working=yes
@ -52,4 +53,7 @@ termux_step_post_make_install() {
# Needed to install $TERMUX_PKG_LICENSE_FILE.
TERMUX_PKG_SRCDIR=$(dirname "$TERMUX_PKG_SRCDIR")
#avoid conflict with perl
mv $TERMUX_PREFIX/share/man/man3/Thread.3 $TERMUX_PREFIX/share/man/man3/Tcl_Thread.3
}