Perl 5.20 rebuild

This commit is contained in:
Jaroslav Škarvada 2014-10-10 10:36:59 +02:00
parent 537eef5f95
commit 899921474e
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ index a3ffd48..c186529 100644
+# linker flags. Without it, the loaded .so won't be able to access any +# linker flags. Without it, the loaded .so won't be able to access any
+# functions from exim. +# functions from exim.
+ +
+LFLAGS=-rdynamic -ldl +LFLAGS=-rdynamic -ldl -pie
+ +
+#------------------------------------------------------------------------------ +#------------------------------------------------------------------------------
# The default distribution of Exim contains only the plain text form of the # The default distribution of Exim contains only the plain text form of the

View File

@ -234,7 +234,7 @@ cp exim_monitor/EDITME Local/eximon.conf
%else %else
export PIE=-fPIE export PIE=-fPIE
%endif %endif
make LFLAGS=-pie _lib=%{_lib} FULLECHO= make _lib=%{_lib} FULLECHO=
%if %{with sa} %if %{with sa}
# build sa-exim # build sa-exim