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
|
Fri Dec 5 13:06:55 UTC 2014 - lmuelle@suse.com
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user