Accepting request 368283 from Base:System
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/368283 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=114
This commit is contained in:
commit
b244982a6f
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:25f2e32a0d142611eff42c5ea3e7a5c506d9bd4f735a3b4b5a905ffc757e900c
|
oid sha256:32e6bee43229df3998621b5fb82f3a49ccd1128cf0c3237a8fc1addb6112360e
|
||||||
size 458694
|
size 471266
|
||||||
|
@ -154,7 +154,7 @@
|
|||||||
@@ -5867,7 +5867,7 @@ case $cf_cv_system_name in
|
@@ -5867,7 +5867,7 @@ case $cf_cv_system_name in
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
(linux*|gnu*|k*bsd*-gnu)
|
(linux*|gnu*|k*bsd*-gnu|freebsd*)
|
||||||
- LD_RPATH_OPT="-Wl,-rpath,"
|
- LD_RPATH_OPT="-Wl,-rpath,"
|
||||||
+ LD_RPATH_OPT="-Wl,-rpath-link,"
|
+ LD_RPATH_OPT="-Wl,-rpath-link,"
|
||||||
;;
|
;;
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 25 13:19:20 UTC 2016 - werner@suse.de
|
||||||
|
|
||||||
|
- Add ncurses patch 20160220
|
||||||
|
+ modify test/configure script to check for pthread dependency of
|
||||||
|
ncursest or ncursestw library when building ncurses examples, e.g.,
|
||||||
|
in case weak symbols are used.
|
||||||
|
+ modify configure macro for shared-library rules to use -Wl,-rpath
|
||||||
|
rather than -rpath to work around a bug in scons (FreeBSD #178732,
|
||||||
|
cf: 20061021).
|
||||||
|
+ double-width multibyte characters were not counted properly in
|
||||||
|
winsnstr and wins_nwstr (report/example by Eric Pruitt).
|
||||||
|
+ update config.guess, config.sub from
|
||||||
|
http://git.savannah.gnu.org/cgit/config.git
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 15 13:53:44 UTC 2016 - werner@suse.de
|
Mon Feb 15 13:53:44 UTC 2016 - werner@suse.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user