From 266ebe2e0d767c8ae068e0a34fafd2b2e4b52bb9ae04a726d8ccba26ec1cbccb Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 8 Nov 2014 00:55:54 +0000 Subject: [PATCH] Accepting request 260295 from home:elvigia:branches:Base:System - Build with full RELRO. - Enable verbose build (build checks depend on that) OBS-URL: https://build.opensuse.org/request/show/260295 OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=79 --- kmod.changes | 6 ++++++ kmod.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/kmod.changes b/kmod.changes index 133a348..1b25958 100644 --- a/kmod.changes +++ b/kmod.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 8 00:16:55 UTC 2014 - crrodriguez@opensuse.org + +- Build with full RELRO. +- Enable verbose build (build checks depend on that) + ------------------------------------------------------------------- Thu Sep 4 09:16:19 UTC 2014 - mmarek@suse.cz diff --git a/kmod.spec b/kmod.spec index d2bbdbc..f2e6a7b 100644 --- a/kmod.spec +++ b/kmod.spec @@ -103,6 +103,7 @@ in %lname. %build autoreconf -fi +export LDFLAGS="-Wl,-z,relro,-z,now" # The extra --includedir gives us the possibility to detect dependent # packages which fail to properly use pkgconfig. %configure \ @@ -114,7 +115,7 @@ autoreconf -fi --includedir="%_includedir/pkg/%name" \ --with-rootlibdir="%_libdir" \ --bindir="%_bindir" -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install b="%buildroot";