SHA256
6
0
forked from pool/zlib

- zlib-format.patch, backport missing sle11 feature back to openSUSE

bnc#831880

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=21
This commit is contained in:
2013-07-29 12:38:12 +00:00
committed by Git OBS Bridge
parent b3d0f9e7f8
commit 77dce2c25a
3 changed files with 29 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ Source2: baselibs.conf
Source3: zlib-rpmlintrc
#PATCH-FIX-SUSE: fate#314093, sent upstream by IBM
Patch0: zlib-1.2.7-improve-longest_match-performance.patch
#PATCH-FIX-SUSE: compiler check of varguments passed to gzprintf
Patch1: zlib-format.patch
BuildRequires: pkgconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# bug437293
@@ -95,6 +97,7 @@ libraries.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%build
export LDFLAGS="-Wl,-z,relro,-z,now"