diff src/ncurses.mk @ 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 21f598a028ec
children 863a239f0685
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