aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-01-21 13:38:14 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-01-21 13:38:14 +0000
commit88421a53b0c0f316c4183f8f684f977b784db166 (patch)
tree4e058dd643b9bf0135205898bb81428185705d4e
parentcad3153a7e6cdd647cb8eaeba8687bc1f99db055 (diff)
downloadlh-bootstrap-88421a53b0c0f316c4183f8f684f977b784db166.tar.xz
Small incremental build fixes (11)
-rw-r--r--sub/kernel/Makefile.ncurses2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/kernel/Makefile.ncurses b/sub/kernel/Makefile.ncurses
index 6541803..d57822a 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
+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_CFLAGS := ""
NCURSES_LDFLAGS := ""