neovim: do not use jemalloc; fixes musl builds.

This commit is contained in:
Juan RP 2016-02-01 16:32:31 +01:00
parent 1fd04e1b2e
commit e939183d9d

View File

@ -1,9 +1,9 @@
# Template file for 'neovim'
pkgname=neovim
version=0.1.1
revision=3
revision=4
build_style=cmake
configure_args="-DLUA_PRG=/usr/bin/lua5.2"
configure_args="-DENABLE_JEMALLOC=0 -DLUA_PRG=/usr/bin/lua5.2"
hostmakedepends="cmake lua52-lpeg lua52-MessagePack lua52-BitOp"
makedepends="libtermkey-devel libuv-devel libvterm-devel LuaJIT-devel
jemalloc-devel msgpack-devel"