From 0adce6006117e661996120f9e7ca9e379c8daff2 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Sat, 16 Aug 2014 13:31:54 -0700 Subject: [PATCH] vim: fix cross-compiling, newer ebuilds rely on broken auto-detection --- .../coreos-overlay/coreos/config/env/app-editors/vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/coreos/config/env/app-editors/vim diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/app-editors/vim b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/app-editors/vim new file mode 100644 index 0000000000..96c24c480d --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/app-editors/vim @@ -0,0 +1,3 @@ +# automatic terminal library selection doesn't work when cross-compiling +# Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=473372 +EXTRA_ECONF="--with-tlib=ncurses"