Skip to content

Instantly share code, notes, and snippets.

@tanitanin
Last active April 14, 2017 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanitanin/ce40cdd55a2b6fc64d9b46e14a57205a to your computer and use it in GitHub Desktop.
Save tanitanin/ce40cdd55a2b6fc64d9b46e14a57205a to your computer and use it in GitHub Desktop.
patch to enable luainterp option
--- a/vim/PKGBUILD
+++ b/vim/PKGBUILD
@@ -75,13 +75,15 @@ build() {
# make distclean
./configure \
+ --enable-fail-if-missing \
--prefix=/usr \
--build=${CHOST} \
--with-features=huge \
--with-tlib=ncursesw \
--enable-cscope \
--enable-multibyte \
- --enable-luainterp=dynamic \
+ --enable-luainterp \
+ --with-lua-prefix=/usr/local \
--enable-perlinterp=dynamic \
--enable-pythoninterp=dynamic \
--enable-python3interp=dynamic \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment