Dr. Werner Fink 2015-05-19 08:04:14 +00:00 committed by Git OBS Bridge
parent c20ae920cc
commit 55d7574e81
3 changed files with 17 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:c88b423b6b285d5020a84f08a31fc388cef9999daf6cee8ba2c53b9de89c543e oid sha256:0c8d773a5a7f803d8ce6b5ead76bde992f4eb38f56e93cc2b9d3b8b666d64597
size 4788962 size 4838421

View File

@ -366,7 +366,7 @@
@@ -76,7 +76,7 @@ if test "$includedir" != "/usr/include" @@ -76,7 +76,7 @@ if test "$includedir" != "/usr/include"
fi fi
LDFLAGS="@LDFLAGS@" LDFLAGS=
-if test "$libdir" != "/usr/lib" ; then -if test "$libdir" != "/usr/lib" ; then
+if test "$libdir" != "/usr/lib" -a "$libdir" != "/usr/lib64" ; then +if test "$libdir" != "/usr/lib" -a "$libdir" != "/usr/lib64" ; then
LDFLAGS="$LDFLAGS -L\${libdir}" LDFLAGS="$LDFLAGS -L\${libdir}"

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon May 18 13:55:40 UTC 2015 - werner@suse.de
- Add ncurses patch 20150516
+ amend change to ".pc" files to only use the extra loader flags which
may have rpath options (report by Sven Joachim, cf: 20150502).
+ change versioning for dpkg's in test-packages for Ada95 and
ncurses-examples for consistency with Debian, to work with package
updates.
+ regenerate html manpages.
+ clarify handling of carriage return in waddch manual page; it was
discussed only in the portability section (prompted by comment on
Stack Overflow forum):
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 11 12:52:13 UTC 2015 - werner@suse.de Mon May 11 12:52:13 UTC 2015 - werner@suse.de