瀏覽代碼

php requires bison and flex

Christoph Schug 24 年之前
父節點
當前提交
3b4872e9ad
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apache/apache.spec

+ 1 - 1
apache/apache.spec

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