Commit 1888c1f2 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

component/ncurses: provide libtermcap.so same as libtinfo.so, like what Debian does.

parent 7639b80b
...@@ -10,6 +10,7 @@ md5sum = e812da327b1c2214ac1aed440ea3ae8d ...@@ -10,6 +10,7 @@ md5sum = e812da327b1c2214ac1aed440ea3ae8d
configure-options = configure-options =
--prefix=%(location)s --prefix=%(location)s
--enable-pc-files --enable-pc-files
--disable-termcap
--with-pkg-config-libdir=%(location)s/lib/pkgconfig --with-pkg-config-libdir=%(location)s/lib/pkgconfig
--with-shared --with-shared
--with-termlib --with-termlib
...@@ -29,6 +30,7 @@ post-install = ...@@ -29,6 +30,7 @@ post-install =
mv ncursesw/* . mv ncursesw/* .
rm -r ncurses ncursesw rm -r ncurses ncursesw
ln -s . ncursesw ln -s . ncursesw
echo 'GROUP( libtinfo.so )' > %(location)s/lib/libtermcap.so
# pass dummy LDCONFIG to skip needless calling of ldconfig by non-root user # pass dummy LDCONFIG to skip needless calling of ldconfig by non-root user
environment = environment =
LDCONFIG=/bin/echo LDCONFIG=/bin/echo
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment