coreos/config: Remove outdated vim fix

Commit 5c4e74c68c3262ee35bd039d94b0237df7381888 (profiles: Use latest vim for
cross compile fix) updated vim to vim-7.4.712, which outdates this local fix.

Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
Geoff Levand 2015-07-17 14:32:55 -07:00
parent c682dc1d5b
commit e376438f53

View File

@ -1,4 +0,0 @@
# automatic terminal library selection doesn't work when cross-compiling
# Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=473372
# Reportedly fixed in app-editors/vim-7.4.430 but we haven't updated yet.
EXTRA_ECONF="--with-tlib=ncurses"