mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-07-29 21:01:54 +00:00
working on massive rewrite
This commit is contained in:
26
phase2/ncurses.sh
Normal file
26
phase2/ncurses.sh
Normal file
@ -0,0 +1,26 @@
|
||||
# ncurses Phase 2
|
||||
sed -i s/mawk// configure
|
||||
|
||||
mkdir build
|
||||
pushd build
|
||||
../configure
|
||||
make -C include
|
||||
make -C progs tic
|
||||
popd
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--host=$LFS_TGT \
|
||||
--build=$(./config.guess) \
|
||||
--mandir=/usr/share/man \
|
||||
--with-manpage-format=normal \
|
||||
--with-shared \
|
||||
--without-debug \
|
||||
--without-ada \
|
||||
--without-normal \
|
||||
--disable-stripping \
|
||||
--enable-widec
|
||||
|
||||
make
|
||||
make DESTDIR=$LFS TIC_PATH=$(pwd)/build/progs/tic install
|
||||
echo "INPUT(-lncursesw)" > $LFS/usr/lib/libncurses.so
|
||||
|
Reference in New Issue
Block a user