Merge pull request #206 from CodingVoid/vim-dependency-fix
Fix vim dependencies
This commit is contained in:
commit
5f06150f4e
@ -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 \
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user