Browse Source

php requires bison and flex

master
Christoph Schug 24 years ago committed by Ralf S. Engelschall
parent
commit
3b4872e9ad
  1. 2
      apache/apache.spec

2
apache/apache.spec

@ -151,7 +151,7 @@ BuildPreReq: perl
PreReq: perl PreReq: perl
%endif %endif
%if "%{mod_php}" == "yes" %if "%{mod_php}" == "yes"
BuildPreReq: make BuildPreReq: make, bison, flex
%if "%{php_mysql}" == "yes" %if "%{php_mysql}" == "yes"
BuildPreReq: mysql BuildPreReq: mysql
%endif %endif

Loading…
Cancel
Save