Add flex, bison, m4 & update ufetch & fix a critical ncurses bug #21
1 changed files with 2 additions and 0 deletions
|
@ -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
|
./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
|
||||||
make install DESTDIR="$1"
|
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
|
echo "INPUT(-lncursesw)" > $1/usr/lib/libncurses.so
|
||||||
|
|
Loading…
Reference in a new issue