SHA256
1
0
forked from pool/fetchmail

Accepting request 266788 from home:msmeissn:branches:server:mail

- build with PIE

OBS-URL: https://build.opensuse.org/request/show/266788
OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=62
This commit is contained in:
Tomáš Chvátal 2015-01-08 15:47:20 +00:00 committed by Git OBS Bridge
parent 7ca06596cd
commit 8469424451
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 29 13:46:10 UTC 2014 - meissner@suse.com
- build with PIE
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 5 13:06:55 UTC 2014 - lmuelle@suse.com Fri Dec 5 13:06:55 UTC 2014 - lmuelle@suse.com

View File

@ -94,6 +94,7 @@ if [ -f /usr/%{_lib}/libkrb5.so ] ; then
else else
GSS="" GSS=""
fi fi
export CFLAGS="$RPM_OPT_FLAGS -fPIE"
%configure\ %configure\
--enable-POP2\ --enable-POP2\
--enable-RPA\ --enable-RPA\
@ -105,7 +106,7 @@ fi
$GSS\ $GSS\
%endif %endif
--with-ssl=/usr --with-ssl=/usr
make %{?_smp_mflags} make %{?_smp_mflags} LDFLAGS="-pie"
%install %install
%make_install %make_install