[packages/zlib] up to 1.2.12
atler
atler at pld-linux.org
Mon Mar 28 10:29:45 CEST 2022
commit 245f96d0cdc29bde0e7c31dea241087305078737
Author: Jan Palus <atler at pld-linux.org>
Date: Mon Mar 28 10:26:09 2022 +0200
up to 1.2.12
- force -fPIC
zlib.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/zlib.spec b/zlib.spec
index 232ffe3..c7356af 100644
--- a/zlib.spec
+++ b/zlib.spec
@@ -17,12 +17,12 @@ Summary(ru.UTF-8): Библиотека для компрессии и деко
Summary(tr.UTF-8): Sıkıştırma işlemleri için kitaplık
Summary(uk.UTF-8): Бібліотека для компресії та декомпресії
Name: zlib
-Version: 1.2.11
-Release: 3
+Version: 1.2.12
+Release: 1
License: BSD
Group: Libraries
Source0: http://www.zlib.net/current/%{name}-%{version}.tar.gz
-# Source0-md5: 1c9f62f0778697a09d36121ead88e08e
+# Source0-md5: 5fc414a9726be31427b440b434d05f78
Patch0: %{name}-asm.patch
URL: http://www.zlib.net/
BuildRequires: autoconf >= 2.50
@@ -305,7 +305,7 @@ cp contrib/amd64/amd64-match.S match.S
%build
CC="%{__cc}" \
-CFLAGS="-D_REENTRANT %{rpmcppflags} %{rpmcflags} %{?with_asmopt:-DASMV}" \
+CFLAGS="-D_REENTRANT %{rpmcppflags} %{rpmcflags} %{?with_asmopt:-DASMV} -fPIC" \
./configure \
--prefix=%{_prefix} \
--libdir=%{_libdir} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/zlib.git/commitdiff/245f96d0cdc29bde0e7c31dea241087305078737
More information about the pld-cvs-commit
mailing list