diff --git a/gpm.spec b/gpm.spec index 0dff85e..c38adbf 100644 --- a/gpm.spec +++ b/gpm.spec @@ -1,7 +1,7 @@ Summary: A mouse server for the Linux console Name: gpm Version: 1.20.6 -Release: 31%{?dist} +Release: 32%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://www.nico.schottelius.org/software/gpm/ @@ -84,7 +84,11 @@ mv -f TODO.utf8 TODO autoreconf %build -LDFLAGS='-Wl,-z,relro -Wl,-z,bind_now' +# ld fails with PIE +#LDFLAGS='-Wl,-z,relro,-z,now -pie' +#CFLAGS='-fPIE -DPIE' + +LDFLAGS='-Wl,-z,relro,-z,now' %configure make %{?_smp_mflags} @@ -170,6 +174,9 @@ fi %{_libdir}/libgpm.a %changelog +* Wed Jul 03 2013 Jaromir Capik - 1.20.6-32 +- Fixing full RELRO ... bind_now -> now (#884017) + * Mon Apr 08 2013 Jaromir Capik - 1.20.6-31 - fixing bogus dates in the changelog