Accepting request 266248 from graphics

1

OBS-URL: https://build.opensuse.org/request/show/266248
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tiff?expand=0&rev=51
This commit is contained in:
Dominique Leuenberger 2014-12-25 22:20:06 +00:00 committed by Git OBS Bridge
commit a19fb15adb
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 22 19:58:43 UTC 2014 - meissner@suse.com
- build with PIE
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 21 12:57:57 UTC 2013 - pgajdos@suse.com Wed Aug 21 12:57:57 UTC 2013 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package tiff # spec file for package tiff
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -117,8 +117,9 @@ the libtiff library.
%patch11 %patch11
%build %build
CFLAGS="$RPM_OPT_FLAGS -fPIE"
%configure --disable-static --with-pic %configure --disable-static --with-pic
make %{?_smp_mflags} make %{?_smp_mflags} LDFLAGS="-pie"
%install %install
mkdir -p %{buildroot}/{%{_mandir}/{man1,man3},usr/{bin,lib,include}} mkdir -p %{buildroot}/{%{_mandir}/{man1,man3},usr/{bin,lib,include}}