Browse Source

ncurses: use widechar ncurses as linker flag

Waldemar Brodkorb 3 months ago
parent
commit
5e64761915
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/ncurses/Makefile

+ 1 - 1
package/ncurses/Makefile

@@ -90,7 +90,7 @@ libncurses-install:
 	rm -rf ${WRKINST}/usr/lib/terminfo
 	rm -rf ${WRKINST}/usr/lib/terminfo
 	# this is installed as libncurses - make libcurses a "link"
 	# this is installed as libncurses - make libcurses a "link"
 	rm -f ${WRKINST}/usr/lib/libcurses.so*
 	rm -f ${WRKINST}/usr/lib/libcurses.so*
-	echo 'GROUP(-lncurses)' >${WRKINST}/usr/lib/libcurses.so
+	echo 'GROUP(-lncursesw)' >${WRKINST}/usr/lib/libcurses.so
 	# libcurses will not show up in the IPKG, only in STAGING_TARGET_DIR
 	# libcurses will not show up in the IPKG, only in STAGING_TARGET_DIR
 	${INSTALL_DIR} ${IDIR_LIBNCURSES}/usr/lib
 	${INSTALL_DIR} ${IDIR_LIBNCURSES}/usr/lib
 	${CP} ${WRKINST}/usr/lib/lib{form,menu,ncurses,panel}w.so* \
 	${CP} ${WRKINST}/usr/lib/lib{form,menu,ncurses,panel}w.so* \