forked from pool/ncurses
Update to ncurses-6.2 patch 20210123
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=526
This commit is contained in:
parent
796ffd5011
commit
169cba0b42
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20e7b2b41c30ee63592fa3a8dde65164888fa20ac313ee2b61a215f7114039dc
|
||||
size 1859808
|
||||
oid sha256:dfebd1cfc443546d06f19e1d5afcae96c1a77a34faa00d0a8bd8e23147de466a
|
||||
size 1864376
|
||||
|
@ -361,7 +361,7 @@
|
||||
-Wl,-z,*) # ignore flags used to manipulate shared image
|
||||
continue
|
||||
;;
|
||||
@@ -150,6 +153,7 @@ do
|
||||
@@ -183,6 +186,7 @@ do
|
||||
LIBS="-l$name"
|
||||
|
||||
desc="ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@"
|
||||
@ -369,7 +369,7 @@
|
||||
reqs=
|
||||
|
||||
if [ $name = $MAIN_LIBRARY ]; then
|
||||
@@ -160,9 +164,11 @@ do
|
||||
@@ -193,9 +197,11 @@ do
|
||||
desc="$desc terminal interface library"
|
||||
elif expr $name : ".*${CXX_NAME}.*" >/dev/null ; then
|
||||
reqs="$PANEL_LIBRARY${suffix}, $MENU_LIBRARY${suffix}, $FORM_LIBRARY${suffix}, $MAIN_LIBRARY${suffix}"
|
||||
@ -381,7 +381,7 @@
|
||||
desc="$desc add-on library"
|
||||
fi
|
||||
|
||||
@@ -172,6 +178,8 @@ do
|
||||
@@ -205,6 +211,8 @@ do
|
||||
[ $NEED_TINFO != yes ] ; then
|
||||
[ -n "$reqs" ] && reqs="$reqs, "
|
||||
reqs="${reqs}${SUB_LIBRARY}${suffix}"
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 25 13:04:21 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Add ncurses patch 20210123
|
||||
+ modify package/config scripts to provide an explicit -L option for
|
||||
cases when the loader search path has other directories preceding
|
||||
the one in which ncurses is installed (report by Yuri Victorovich).
|
||||
+ minor build-fixes in configure script and makefiles to work around
|
||||
quirks of pmake.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 20 20:43:02 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user