SHA256
1
0
forked from pool/exim

actually apply patch

OBS-URL: https://build.opensuse.org/package/show/server:mail/exim?expand=0&rev=266
This commit is contained in:
Peter Wullinger 2022-09-29 14:05:12 +00:00 committed by Git OBS Bridge
parent c9e5a39bde
commit b6ac902ba3

View File

@ -149,6 +149,7 @@ once, if at all. The rest is done by logrotate / cron.)
%setup -q -n exim-%{version} %setup -q -n exim-%{version}
%patch0 %patch0
%patch1 -p1 %patch1 -p1
%patch2 -p1
# build with fPIE/pie on SUSE 10.0 or newer, or on any other platform # build with fPIE/pie on SUSE 10.0 or newer, or on any other platform
%if %{?suse_version:%suse_version}%{?!suse_version:99999} > 930 %if %{?suse_version:%suse_version}%{?!suse_version:99999} > 930
fPIE="-fPIE" fPIE="-fPIE"