Merge pull request #206 from CodingVoid/vim-dependency-fix

Fix vim dependencies
This commit is contained in:
John Davidson 2020-03-02 00:02:50 +02:00 committed by GitHub
commit 5f06150f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,7 @@ CFLAGS="$CFLAGS" ./configure \
--without-normal \
--without-debug \
--without-cxx-binding \
--with-abi-version=5 \
--with-abi-version=6 \
--enable-widec \
--enable-pc-files \
--with-shared \

View File

@ -29,7 +29,9 @@ CFLAGS="$CFLAGS" ./configure \
--with-tlib=ncurses \
--disable-xsmp \
--disable-gpm \
--disable-selinux
--disable-selinux \
--disable-canberra \
--disable-acl
export CONF_OPT_GUI='--enable-gui=no'
export CONF_OPT_PERL='--enable-perlinterp'