diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-21 13:54:57 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-21 13:54:57 +0000 |
commit | 5534c6e5952bf1b2cbd0f85890e9dcd66139683b (patch) | |
tree | 43ca7784293e97d342dbf8e6f3f992b787fef3ac /sub | |
parent | a0cffa9aeaaa0d847e96caf8e4f2ea5ab3cff057 (diff) | |
download | lh-bootstrap-5534c6e5952bf1b2cbd0f85890e9dcd66139683b.tar.xz |
Small incremental build fixes (13)
Diffstat (limited to 'sub')
-rw-r--r-- | sub/kernel/Makefile.ncurses | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/kernel/Makefile.ncurses b/sub/kernel/Makefile.ncurses index 992dff5..248071c 100644 --- a/sub/kernel/Makefile.ncurses +++ b/sub/kernel/Makefile.ncurses @@ -5,7 +5,7 @@ NCURSES_URLDIR := https://invisible-mirror.net/archives/$(NCURSES_NAME)/current NCURSES_TAREXT := tgz NCURSES_TARLETTER := z -NCURSES_CONFIGURE_OPTIONS := --without-ada --without-cxx-binding --without-manpages --without-progs --without-tack --without-tests --without-curses-h --disable-pc-files --without-shared --without-debug --without-profile --enable-rpath --disable-home-terminfo --enable-widec --with-pthread --enable-weak-symbols --without-develop --enable-reentrant --enable-symlinks --with-build-cc="$(BUILD_BUILD_CC)" --with-build-ldflags="-s -static" +NCURSES_CONFIGURE_OPTIONS := --without-ada --without-cxx-binding --without-manpages --without-progs --without-tack --without-tests --without-curses-h --disable-pc-files --without-shared --without-debug --without-profile --enable-rpath --disable-home-terminfo --enable-widec --with-pthread --enable-weak-symbols --without-develop --enable-reentrant --enable-symlinks NCURSES_CFLAGS := "" NCURSES_LDFLAGS := "" |