|
@ -2,7 +2,7 @@ |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# |
|
|
# |
|
|
# Filename: package/.../ncurses/ncurses.conf |
|
|
# Filename: package/.../ncurses/ncurses.conf |
|
|
# Copyright (C) 2006 - 2016 The OpenSDE Project |
|
|
|
|
|
|
|
|
# Copyright (C) 2006 - 2020 The OpenSDE Project |
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
# |
|
|
# |
|
@ -26,7 +26,7 @@ fi |
|
|
# no gzip on manpages |
|
|
# no gzip on manpages |
|
|
var_append extraconfopt " " "--with-manpage-format=normal" |
|
|
var_append extraconfopt " " "--with-manpage-format=normal" |
|
|
# no debug and no ada |
|
|
# no debug and no ada |
|
|
var_append extraconfopt " " "--without-debug --without-ada" |
|
|
|
|
|
|
|
|
var_append extraconfopt " " "--without-debug --without-ada --without-tests" |
|
|
|
|
|
|
|
|
# on dietlibc we won't use NLS |
|
|
# on dietlibc we won't use NLS |
|
|
[ "$SDECFG_LIBC" != dietlibc ] || SDECFG_DISABLE_NLS=1 |
|
|
[ "$SDECFG_LIBC" != dietlibc ] || SDECFG_DISABLE_NLS=1 |
|
|