zsh: Add cap module

This commit is contained in:
xtkoba 2021-11-20 01:01:01 +09:00 committed by Henrik Grimler
parent 38d1fd23a9
commit 8cf3e92a4f
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ termux_step_post_configure() {
# - The mapfile module was requested in https://github.com/termux/termux-packages/issues/3116.
# - The zselect module is used by multiple plugins (https://github.com/termux/termux-packages/issues/4939)
# - The param_private module was requested in https://github.com/termux/termux-packages/issues/7391.
for module in curses deltochar files mapfile mathfunc pcre regex \
# - The cap module was requested in https://github.com/termux/termux-packages/issues/3102.
for module in cap curses deltochar files mapfile mathfunc pcre regex \
socket stat system zprof zpty zselect param_private
do
perl -p -i -e "s|${module}.mdd link=no|${module}.mdd link=static|" $TERMUX_PKG_BUILDDIR/config.modules