Commit e8cb609d authored by Kwabena AB's avatar Kwabena AB

Remove all config options

parent e210f586
...@@ -14,21 +14,21 @@ url = https://invisible-mirror.net/archives/ncurses/ncurses-6.1.tar.gz ...@@ -14,21 +14,21 @@ url = https://invisible-mirror.net/archives/ncurses/ncurses-6.1.tar.gz
# ${:_profile_base_location_}/ncurses-5.9-gcc-5.patch#57f4cd0cc0c0a42a5ddb2167f9546d72 # ${:_profile_base_location_}/ncurses-5.9-gcc-5.patch#57f4cd0cc0c0a42a5ddb2167f9546d72
configure-options = configure-options =
--prefix=@@LOCATION@@ --prefix=@@LOCATION@@
--with-shared # --with-shared
--without-ada # --without-ada
--without-manpages # --without-manpages
--without-tests # --without-tests
--without-normal # --without-normal
--without-debug # --without-debug
--without-gpm # --without-gpm
--enable-rpath # --enable-rpath
--without-progs # --without-progs
--enable-const # --enable-const
--enable-sigwinch # --enable-sigwinch
--enable-wgetch-events # --enable-wgetch-events
--without-cxx # --without-cxx
--without-cxx-binding # --without-cxx-binding
--without-curses-h # --without-curses-h
# tricky way to rerun with --enable-widec # tricky way to rerun with --enable-widec
# make-targets = # make-targets =
# install && (for i in curses unctrl eti form menu panel term; do ln -sf ncurses/$i.h @@LOCATION@@/include/$i.h; done; ln -sf libncurses.so @@LOCATION@@/lib/libcurses.so) && ./configure ${:configure-options} --enable-widec && make ${:make-options} && make ${:make-options} install # install && (for i in curses unctrl eti form menu panel term; do ln -sf ncurses/$i.h @@LOCATION@@/include/$i.h; done; ln -sf libncurses.so @@LOCATION@@/lib/libcurses.so) && ./configure ${:configure-options} --enable-widec && make ${:make-options} && make ${:make-options} install
......
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