Browse Source

htop: fix build

Waldemar Brodkorb 1 week ago
parent
commit
0d79848dd5
1 changed files with 1 additions and 2 deletions
  1. 1 2
      package/htop/Makefile

+ 1 - 2
package/htop/Makefile

@@ -18,10 +18,9 @@ include $(ADK_TOPDIR)/mk/package.mk
 
 $(eval $(call PKG_template,HTOP,htop,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
 
-TARGET_LDFLAGS+=	-ltinfo
+TARGET_LDFLAGS+=	-ltinfow
 CONFIGURE_ENV+= 	ac_cv_file__proc_stat=yes \
 		  	ac_cv_file__proc_meminfo=yes
-CONFIGURE_ARGS+=	--disable-unicode
 
 htop-install:
 	$(INSTALL_DIR) $(IDIR_HTOP)/usr/bin