Accepting request 267245 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/267245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/diffutils?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2015-01-08 22:01:00 +00:00 committed by Git OBS Bridge
parent 57a464c4af
commit 4e124ccf67
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}