summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@votca.org>2017-02-11 07:31:53 -0700
committerChristoph Junghans <junghans@votca.org>2017-02-11 07:31:53 -0700
commit8476bb2dc57eaa7d105cc985821500b8a37a9530 (patch)
tree2fbeeb339c32bcc6aa2a59d8e573638fb8cdd496
parente812e2b4b9f074bf0c55eb27a2066c988662f83b (diff)
downloadfedora-review-8476bb2dc57eaa7d105cc985821500b8a37a9530.tar.gz
fedora-review-8476bb2dc57eaa7d105cc985821500b8a37a9530.tar.xz
fedora-review-8476bb2dc57eaa7d105cc985821500b8a37a9530.zip
libslz: update
-rw-r--r--libslz/libslz.spec6
1 files 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 <dridi.boukelmoune@gmail.com> - 1.1.0-1
+* Sat Feb 11 2017 - Dridi Boukelmoune <dridi@fedoraproject.org> - 1.1.0-1
- Initial spec.