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:
parent
7ca06596cd
commit
8469424451
@ -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
|
||||
|
||||
|
@ -94,6 +94,7 @@ if [ -f /usr/%{_lib}/libkrb5.so ] ; then
|
||||
else
|
||||
GSS=""
|
||||
fi
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fPIE"
|
||||
%configure\
|
||||
--enable-POP2\
|
||||
--enable-RPA\
|
||||
@ -105,7 +106,7 @@ fi
|
||||
$GSS\
|
||||
%endif
|
||||
--with-ssl=/usr
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} LDFLAGS="-pie"
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
Loading…
Reference in New Issue
Block a user