From 809be6dd4388f5082f02aa8ec9778e3c877338d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 17 Sep 2015 22:30:09 +0200 Subject: [PATCH] Enable full RELRO --- mujs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mujs.spec b/mujs.spec index a11c117..425e83a 100644 --- a/mujs.spec +++ b/mujs.spec @@ -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 - 0-4.20150202gitc1ad1ba +- Enable full RELRO + * Wed Jun 17 2015 Fedora Release Engineering - 0-3.20150202gitc1ad1ba - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild