lame: remove ncurses dependency, disable html docs

This commit is contained in:
Dylan Araps 2021-07-06 02:53:15 +03:00
parent ff6218a8a3
commit 7e88f37de8
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -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