From 8476bb2dc57eaa7d105cc985821500b8a37a9530 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Sat, 11 Feb 2017 07:31:53 -0700 Subject: libslz: update --- libslz/libslz.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libslz/libslz.spec b/libslz/libslz.spec index 90810c3..335dbeb 100644 --- a/libslz/libslz.spec +++ b/libslz/libslz.spec @@ -1,5 +1,3 @@ -%global _hardened_build 1 - Name: libslz Version: 1.1.0 Release: 1%{?dist} @@ -46,7 +44,7 @@ compress using SLZ and dump the decoding process. %build -%make_build CFLAGS="%{optflags}" +%make_build CFLAGS="%{optflags}" LDFLAGS='%__global_ldflags' %install @@ -73,5 +71,5 @@ rm %{buildroot}%{_libdir}/*.a %changelog -* Sun Sep 25 2016 - Dridi Boukelmoune - 1.1.0-1 +* Sat Feb 11 2017 - Dridi Boukelmoune - 1.1.0-1 - Initial spec. -- cgit