SHA256
1
0
forked from pool/ncurses
Dr. Werner Fink 2016-02-25 13:20:03 +00:00 committed by Git OBS Bridge
parent 14ef21b9ab
commit 4eea831f6c
3 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25f2e32a0d142611eff42c5ea3e7a5c506d9bd4f735a3b4b5a905ffc757e900c
size 458694
oid sha256:32e6bee43229df3998621b5fb82f3a49ccd1128cf0c3237a8fc1addb6112360e
size 471266

View File

@ -154,7 +154,7 @@
@@ -5867,7 +5867,7 @@ case $cf_cv_system_name in
fi
;;
(linux*|gnu*|k*bsd*-gnu)
(linux*|gnu*|k*bsd*-gnu|freebsd*)
- LD_RPATH_OPT="-Wl,-rpath,"
+ LD_RPATH_OPT="-Wl,-rpath-link,"
;;

View File

@ -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