ncurses: build "normal" libs, not just "wide-char" libs, for ncurses@6: (#4246)

This commit is contained in:
Milton Woods 2017-05-14 22:37:50 +10:00 committed by Adam J. Stewart
parent f147c9f5f0
commit 1cb98167a2

View File

@ -62,7 +62,8 @@ def configure(self, spec, prefix):
'--with-pkg-config-libdir={0}/lib/pkgconfig'.format(self.prefix)
]
nwide_opts = ['--without-manpages',
nwide_opts = ['--disable-widec',
'--without-manpages',
'--without-tests']
wide_opts = ['--enable-widec']