neovim: Disable building jemalloc
The Android libc uses jemalloc itself from 5.0.
This commit is contained in:
parent
0b371c4273
commit
fb2c62d7b8
@ -1,6 +1,6 @@
|
|||||||
TERMUX_PKG_HOMEPAGE=http://neovim.org/
|
TERMUX_PKG_HOMEPAGE=http://neovim.org/
|
||||||
TERMUX_PKG_DESCRIPTION="Ambitious Vim-fork focused on extensibility and agility (nvim)"
|
TERMUX_PKG_DESCRIPTION="Ambitious Vim-fork focused on extensibility and agility (nvim)"
|
||||||
TERMUX_PKG_VERSION=0.1.3.`date "+%Y%m%d%H%M"`
|
TERMUX_PKG_VERSION=0.1.5.`date "+%Y%m%d%H%M"`
|
||||||
TERMUX_PKG_SRCURL=https://github.com/neovim/neovim/archive/master.zip
|
TERMUX_PKG_SRCURL=https://github.com/neovim/neovim/archive/master.zip
|
||||||
TERMUX_PKG_NO_SRC_CACHE=yes
|
TERMUX_PKG_NO_SRC_CACHE=yes
|
||||||
TERMUX_PKG_DEPENDS="libuv, libmsgpack, libandroid-support, libluajit, libvterm, libtermkey, libutil"
|
TERMUX_PKG_DEPENDS="libuv, libmsgpack, libandroid-support, libluajit, libvterm, libtermkey, libutil"
|
||||||
@ -34,6 +34,7 @@ termux_step_configure () {
|
|||||||
-DCMAKE_SYSTEM_NAME=Linux \
|
-DCMAKE_SYSTEM_NAME=Linux \
|
||||||
-DLUA_PRG=`which lua` \
|
-DLUA_PRG=`which lua` \
|
||||||
-DPKG_CONFIG_EXECUTABLE=$PKG_CONFIG \
|
-DPKG_CONFIG_EXECUTABLE=$PKG_CONFIG \
|
||||||
|
-DENABLE_JEMALLOC=OFF \
|
||||||
$TERMUX_PKG_SRCDIR
|
$TERMUX_PKG_SRCDIR
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user