Add flex, bison, m4 & update ufetch & fix a critical ncurses bug #21

Merged
hippoz merged 4 commits from Ohio2/repo:master into master 2021-07-14 00:59:15 +03:00
Showing only changes of commit 7a6e56b31d - Show all commits

View file

@ -11,4 +11,6 @@ popd
./configure --prefix=/usr --build=$(./config.guess) --mandir=/usr/share/man --with-manpage-format=normal --with-shared --without-debug --without-ada --without-normal --enable-widec
make
make install DESTDIR="$1"
cp libncursesw.so /lib/libncursesw.so
ln -s /lib/libncursesw.so /lib/libncurses.so
echo "INPUT(-lncursesw)" > $1/usr/lib/libncurses.so