Enable full RELRO

epel8
Petr Šabata 9 years ago
parent bf0ba29801
commit 809be6dd43

@ -4,7 +4,7 @@
Name: mujs
Version: 0
Release: 3.%{checkout}%{?dist}
Release: 4.%{checkout}%{?dist}
Summary: An embeddable Javascript interpreter
License: AGPLv3+
URL: http://mujs.com/
@ -31,7 +31,7 @@ This package provides the MuJS static library.
%setup -q -n %{name}-%{cohash}
%build
make debug %{?_smp_mflags} CFLAGS="%{optflags}"
make debug %{?_smp_mflags} CFLAGS="%{optflags}" LDFLAGS="%{?__global_ldflags}"
%install
make install DESTDIR=%{buildroot} prefix="%{_prefix}" libdir="%{_libdir}"
@ -50,6 +50,9 @@ make install DESTDIR=%{buildroot} prefix="%{_prefix}" libdir="%{_libdir}"
%{_libdir}/lib%{name}.a
%changelog
* Thu Sep 17 2015 Petr Šabata <contyk@redhat.com> - 0-4.20150202gitc1ad1ba
- Enable full RELRO
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-3.20150202gitc1ad1ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

Loading…
Cancel
Save