Accepting request 267107 from home:msmeissn:branches:Base:System

- build with PIE

OBS-URL: https://build.opensuse.org/request/show/267107
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=32
This commit is contained in:
Jiri Slaby 2015-01-05 09:10:56 +00:00 committed by Git OBS Bridge
parent 110ed9583e
commit 8da0b83f75
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 3 15:25:32 UTC 2015 - meissner@suse.com
- build with PIE
-------------------------------------------------------------------
Fri Dec 6 13:28:07 CET 2013 - pth@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package diffutils
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -43,6 +43,8 @@ make source code patches, for instance.
%setup -q
%build
export CFLAGS="%optflags -fPIE"
export LDFLAGS="-pie"
%configure
make %{?_smp_mflags}