changeset 3206:863a239f0685

set CONFIG_SITE, not CONFIG_CACHE, for ncurses configure command
author John W. Eaton <jwe@octave.org>
date Tue, 06 Aug 2013 13:32:02 -0400
parents 96f2ec8172a1
children 21a6b1257dd8
files src/ncurses.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ncurses.mk	Tue Aug 06 13:30:26 2013 -0400
+++ b/src/ncurses.mk	Tue Aug 06 13:32:02 2013 -0400
@@ -42,7 +42,7 @@
         --without-ada \
         --without-manpages \
         --enable-pc-files \
-        CONFIG_CACHE=/dev/null \
+        CONFIG_SITE=/dev/null \
         $($(PKG)_CONFIG_OPTS)
 
     # MSVC generates invalid code in panel library when using -O2