diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-03-08 23:57:08 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2018-03-11 12:43:42 +0100 |
| commit | 90963a9c55b188f6598e7c549ec2718cf3dd668f (patch) | |
| tree | 438996711b1c6c16b12b06dbc8c24bb102480867 /third-party/cmake/BuildLuarocks.cmake | |
| parent | 496b0f944fcbfd84db9e2dd625c6b756a3d1e467 (diff) | |
| download | rneovim-90963a9c55b188f6598e7c549ec2718cf3dd668f.tar.gz rneovim-90963a9c55b188f6598e7c549ec2718cf3dd668f.tar.bz2 rneovim-90963a9c55b188f6598e7c549ec2718cf3dd668f.zip | |
build/luarocks: apply "Fix siteconfig" patch
upstream: https://github.com/luarocks/luarocks/pull/774
Diffstat (limited to 'third-party/cmake/BuildLuarocks.cmake')
| -rw-r--r-- | third-party/cmake/BuildLuarocks.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third-party/cmake/BuildLuarocks.cmake b/third-party/cmake/BuildLuarocks.cmake index 47c6412d86..2b85e3fd82 100644 --- a/third-party/cmake/BuildLuarocks.cmake +++ b/third-party/cmake/BuildLuarocks.cmake @@ -70,6 +70,10 @@ if(UNIX OR (MINGW AND CMAKE_CROSSCOMPILING)) endif() BuildLuarocks( + PATCH_COMMAND + ${GIT_EXECUTABLE} -C ${DEPS_BUILD_DIR}/src/luarocks init + COMMAND ${GIT_EXECUTABLE} -C ${DEPS_BUILD_DIR}/src/luarocks apply + ${CMAKE_CURRENT_SOURCE_DIR}/patches/luarocks-Fix-siteconfig.patch CONFIGURE_COMMAND ${DEPS_BUILD_DIR}/src/luarocks/configure --prefix=${HOSTDEPS_INSTALL_DIR} --force-config ${LUAROCKS_OPTS} INSTALL_COMMAND ${MAKE_PRG} bootstrap) |