|
@@ -91,6 +91,7 @@ libncurses-install:
|
|
|
# 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(-lncursesw)' >${WRKINST}/usr/lib/libcurses.so
|
|
echo 'GROUP(-lncursesw)' >${WRKINST}/usr/lib/libcurses.so
|
|
|
|
|
+ echo 'GROUP(-lncursesw)' >${WRKINST}/usr/lib/libncurses.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* \
|