- Disable -Wl,--as-needed, see upstream bug report

http://bugs.ghostscript.com/show_bug.cgi?id=693100

- Disable -Wl,--as-needed, see upstream bug report
  http://bugs.ghostscript.com/show_bug.cgi?id=693100

OBS-URL: https://build.opensuse.org/package/show/Printing/ghostscript?expand=0&rev=17
This commit is contained in:
Ismail Dönmez 2012-09-24 10:58:16 +00:00 committed by Git OBS Bridge
parent 5fdf55a3e1
commit 2faed9794d
4 changed files with 17 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 24 10:46:00 UTC 2012 - idonmez@suse.com
- Disable -Wl,--as-needed, see upstream bug report
http://bugs.ghostscript.com/show_bug.cgi?id=693100
-------------------------------------------------------------------
Thu May 10 15:49:33 CEST 2012 - jsmeix@suse.de

View File

@ -55,8 +55,8 @@ Conflicts: ghostscript-library
# separated packages ghostscript-fonts-std and ghostscript-fonts-other
# (regarding separated packages see /usr/share/ghostscript/<version>/doc/Fonts.htm)
# so that a RPM requirement is needed to make sure that Ghostscript has its fonts:
Requires: ghostscript-fonts-std
Requires: ghostscript-fonts-other
Requires: ghostscript-fonts-std
# Prerequire /sbin/ldconfig which is used in the traditional bash scriptlets for post/postun:
PreReq: /sbin/ldconfig
# Install into this non-root directory (required when norootforbuild is used):
@ -146,6 +146,7 @@ autoreconf -fi
%else
%define with_or_without_system_libtiff --with-system-libtiff
%endif
export SUSE_ASNEEDED=0
./configure --prefix=%{_prefix} \
--bindir=%{_bindir} \
--libdir=%{_libdir} \

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 24 10:44:57 UTC 2012 - idonmez@suse.com
- Disable -Wl,--as-needed, see upstream bug report
http://bugs.ghostscript.com/show_bug.cgi?id=693100
-------------------------------------------------------------------
Thu May 10 15:49:33 CEST 2012 - jsmeix@suse.de

View File

@ -93,9 +93,9 @@ Source0: ghostscript-%{version}.tar.gz
# graphviz-plugins BuildRequires ghostscript-mini
# Provide the additional RPM Provides of the ghostscript-library package
# (ghostscript_x11 is provided by the ghostscript-x11 sub-package, see below):
Provides: ghostscript_any
Provides: gs
Provides: gs_lib
Provides: ghostscript_any
# There is a needless requirement for pstoraster in gutenprint up to openSUSE 11.4.
# Satisfy it to be backward compatible with installed gutenprint packages:
Provides: pstoraster
@ -135,8 +135,8 @@ Recommends: ghostscript-x11 = %{version}-%{release}
# separated packages ghostscript-fonts-std and ghostscript-fonts-other
# (regarding separated packages see /usr/share/ghostscript/<version>/doc/Fonts.htm)
# so that a RPM requirement is needed to make sure that Ghostscript has its fonts:
Requires: ghostscript-fonts-std
Requires: ghostscript-fonts-other
Requires: ghostscript-fonts-std
# Prerequire /sbin/ldconfig which is used in the traditional bash scriptlets for post/postun:
PreReq: /sbin/ldconfig
# Install into this non-root directory (required when norootforbuild is used):
@ -261,6 +261,7 @@ autoreconf -fi
%else
%define with_or_without_system_libtiff --with-system-libtiff
%endif
export SUSE_ASNEEDED=0
./configure --prefix=%{_prefix} \
--bindir=%{_bindir} \
--libdir=%{_libdir} \