|
@@ -403,6 +403,12 @@ AutoReqProv: no
|
|
|
%endif
|
|
%endif
|
|
|
%if "%{with_mod_php}" == "yes"
|
|
%if "%{with_mod_php}" == "yes"
|
|
|
%setup3 -q -T -D -a 3
|
|
%setup3 -q -T -D -a 3
|
|
|
|
|
+ ( cd php-%{V_mod_php}
|
|
|
|
|
+ %{l_shtool} subst \
|
|
|
|
|
+ -e 's;\(/include\)/freetype2;\1;' \
|
|
|
|
|
+ configure \
|
|
|
|
|
+ ext/gd/config.m4
|
|
|
|
|
+ ) || exit $?
|
|
|
%endif
|
|
%endif
|
|
|
%if "%{with_mod_dav}" == "yes"
|
|
%if "%{with_mod_dav}" == "yes"
|
|
|
%setup4 -q -T -D -a 4
|
|
%setup4 -q -T -D -a 4
|