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:
@@ -46,7 +46,7 @@ class Samtools(Package):
|
||||
def install(self, spec, prefix):
|
||||
if self.spec.version >= Version('1.3.1'):
|
||||
configure('--prefix={0}'.format(prefix), '--with-ncurses',
|
||||
'CURSES_LIB=-lncurses')
|
||||
'CURSES_LIB=-lncursesw')
|
||||
make()
|
||||
make('install')
|
||||
else:
|
||||
|
Reference in New Issue
Block a user