mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-07-26 15:46:59 +00:00
15 lines
378 B
Bash
15 lines
378 B
Bash
# Readline Phase 4
|
|
sed -i '/MV.*old/d' Makefile.in
|
|
sed -i '/{OLDSUFF}/c:' support/shlib-install
|
|
|
|
./configure --prefix=/usr \
|
|
--disable-static \
|
|
--with-curses \
|
|
--docdir=/usr/share/doc/readline-8.1.2
|
|
|
|
make SHLIB_LIBS="-lncursesw"
|
|
make SHLIB_LIBS="-lncursesw" install
|
|
|
|
install -m644 doc/*.{ps,pdf,html,dvi} /usr/share/doc/readline-8.1.2
|
|
|