Last active
April 14, 2017 15:27
-
-
Save tanitanin/ce40cdd55a2b6fc64d9b46e14a57205a to your computer and use it in GitHub Desktop.
patch to enable luainterp option
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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