changeset 3191:20687ac693e8

set CONFIG_CACHE to /dev/null in ncurses configure command
author John W. Eaton <jwe@octave.org>
date Mon, 05 Aug 2013 21:25:45 -0400
parents 24a25f3a50f4
children 03fa5e7e55a2
files src/ncurses.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ncurses.mk	Mon Aug 05 21:25:01 2013 -0400
+++ b/src/ncurses.mk	Mon Aug 05 21:25:45 2013 -0400
@@ -42,6 +42,7 @@
         --without-ada \
         --without-manpages \
         --enable-pc-files \
+        CONFIG_CACHE=/dev/null \
         $($(PKG)_CONFIG_OPTS)
 
     # MSVC generates invalid code in panel library when using -O2