# HG changeset patch # User John W. Eaton # Date 1375752345 14400 # Node ID 20687ac693e82450a3f5278e9268a6d5666cc09f # Parent 24a25f3a50f4906dfde05f142f4ba4a469d65a8a set CONFIG_CACHE to /dev/null in ncurses configure command diff -r 24a25f3a50f4 -r 20687ac693e8 src/ncurses.mk --- 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