comparison 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
comparison
equal deleted inserted replaced
3190:24a25f3a50f4 3191:20687ac693e8
40 --enable-interop \ 40 --enable-interop \
41 --without-debug \ 41 --without-debug \
42 --without-ada \ 42 --without-ada \
43 --without-manpages \ 43 --without-manpages \
44 --enable-pc-files \ 44 --enable-pc-files \
45 CONFIG_CACHE=/dev/null \
45 $($(PKG)_CONFIG_OPTS) 46 $($(PKG)_CONFIG_OPTS)
46 47
47 # MSVC generates invalid code in panel library when using -O2 48 # MSVC generates invalid code in panel library when using -O2
48 # command-line flag. Bug is reported. Disable optimization for 49 # command-line flag. Bug is reported. Disable optimization for
49 # the time being. 50 # the time being.