SHA256
1
0
forked from pool/kmod

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
This commit is contained in:
Jan Engelhardt 2014-11-08 00:55:54 +00:00 committed by Git OBS Bridge
parent 6dbc03955a
commit 266ebe2e0d
2 changed files with 8 additions and 1 deletions

View File

@ -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 Thu Sep 4 09:16:19 UTC 2014 - mmarek@suse.cz

View File

@ -103,6 +103,7 @@ in %lname.
%build %build
autoreconf -fi autoreconf -fi
export LDFLAGS="-Wl,-z,relro,-z,now"
# The extra --includedir gives us the possibility to detect dependent # The extra --includedir gives us the possibility to detect dependent
# packages which fail to properly use pkgconfig. # packages which fail to properly use pkgconfig.
%configure \ %configure \
@ -114,7 +115,7 @@ autoreconf -fi
--includedir="%_includedir/pkg/%name" \ --includedir="%_includedir/pkg/%name" \
--with-rootlibdir="%_libdir" \ --with-rootlibdir="%_libdir" \
--bindir="%_bindir" --bindir="%_bindir"
make %{?_smp_mflags} make %{?_smp_mflags} V=1
%install %install
b="%buildroot"; b="%buildroot";