diff --git a/irqbalance.changes b/irqbalance.changes index a50e6e1..ffec0db 100644 --- a/irqbalance.changes +++ b/irqbalance.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 7 13:56:53 UTC 2010 - cristian.rodriguez@opensuse.org + +- This is a long running service, use full RELRO here. + ------------------------------------------------------------------- Sat Oct 2 19:37:52 UTC 2010 - cristian.rodriguez@opensuse.org diff --git a/irqbalance.spec b/irqbalance.spec index dfd4994..dae41fe 100644 --- a/irqbalance.spec +++ b/irqbalance.spec @@ -59,7 +59,7 @@ Authors: %build ./autogen.sh %configure -make CFLAGS="$RPM_OPT_FLAGS -fPIE -pie" +make LDFLAGS="-Wl,-z,relro,-z,now" CFLAGS="$RPM_OPT_FLAGS -fPIE -pie" cp %{SOURCE1} . cp %{SOURCE3} . pod2man --release=0.5.5 --center=irqbalance irqbalance.pod irqbalance.1