mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
lame: remove ncurses dependency, disable html docs
This commit is contained in:
parent
ff6218a8a3
commit
7e88f37de8
@ -1,8 +1,15 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
# Disable HTML documentation.
|
||||
sed 's/html man/man/' doc/Makefile.in > _
|
||||
mv -f _ doc/Makefile.in
|
||||
|
||||
./configure \
|
||||
ac_cv_lib_ncurses_initscr=no \
|
||||
ac_cv_lib_curses_initscr=no \
|
||||
--prefix=/usr \
|
||||
--enable-shared
|
||||
--enable-shared \
|
||||
--disable-gtktest
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
Loading…
Reference in New Issue
Block a user