Attached patch removes X11 from vim configuration which solves the compilation
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 9 Dec 2007 17:48:08 +0000 (17:48 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 9 Dec 2007 17:48:08 +0000 (17:48 +0000)
failure described in #2816

Signed-off-by: Joerg Albert <jal2@gmx.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9689 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/vim/Makefile

index 6cd2fbc..468b11c 100644 (file)
@@ -35,7 +35,6 @@ endef
 
 CONFIGURE_ARGS += \
        --disable-gui \
-       --enable-gui=none \
        --disable-gtktest \
        --disable-xim \
        --with-features=tiny \