Fixes needed to build htop (#3691)
* Fixes needed to build htop * Build libncursesw.so, not libncurses.so * Remove htop hack now that it is picking up newer ncurses * Tell packages to link to new ncursesw libraries
This commit is contained in:
@@ -57,7 +57,6 @@ def configure_args(self):
|
||||
'--with-cxx-shared',
|
||||
'--enable-widec',
|
||||
'--enable-overwrite',
|
||||
'--disable-lib-suffixes',
|
||||
'--without-ada',
|
||||
'--enable-pc-files',
|
||||
'--with-pkg-config-libdir={0}/lib/pkgconfig'.format(self.prefix)
|
||||
|
Reference in New Issue
Block a user