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:
@@ -30,7 +30,12 @@ class Htop(AutotoolsPackage):
|
||||
|
||||
homepage = "https://github.com/hishamhm/htop"
|
||||
url = "https://hisham.hm/htop/releases/2.0.2/htop-2.0.2.tar.gz"
|
||||
list_url = "https://hisham.hm/htop/releases"
|
||||
list_depth = 1
|
||||
|
||||
version('2.0.2', '7d354d904bad591a931ad57e99fea84a')
|
||||
|
||||
depends_on('ncurses')
|
||||
|
||||
def configure_args(self):
|
||||
return ['--enable-shared']
|
||||
|
Reference in New Issue
Block a user