Accepting request 246689 from home:elvigia:branches:Base:System

- Harden build with full RELRO as this libraries end linked
  to at least one setuid root executable.

OBS-URL: https://build.opensuse.org/request/show/246689
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcre?expand=0&rev=60
This commit is contained in:
Marcus Meissner 2014-09-01 15:38:38 +00:00 committed by Git OBS Bridge
parent d0b0baaf65
commit 18e7ce6971
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 28 03:10:39 UTC 2014 - crrodriguez@opensuse.org
- Harden build with full RELRO as this libraries end linked
to at least one setuid root executable.
-------------------------------------------------------------------
Mon Jun 16 14:44:43 UTC 2014 - dvaleev@suse.com

View File

@ -160,6 +160,7 @@ as Perl 5.
%build
# Available JIT archs see sljit/sljitConfig.h
autoreconf -fiv
export LDFLAGS="-Wl,-z,relro,-z,now"
%configure \
%ifarch %{ix86} x86_64 %{arm} ppc ppc64 ppc64le mips sparc
--enable-jit \