瀏覽代碼

Correct build requirements for optional PHP module.

Michael Schloh von Bennewitz 23 年之前
父節點
當前提交
ba2cd2e45b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      apache/apache.spec

+ 2 - 2
apache/apache.spec

@@ -60,7 +60,7 @@ Distribution: OpenPKG [BASE]
 Group:        Web
 License:      ASF
 Version:      %{V_apache}
-Release:      20030107
+Release:      20030116
 
 #   package options (additionally used Apache modules; can be enabled without thinking)
 %option       with_mod_ssl            no
@@ -180,7 +180,7 @@ BuildPreReq:  perl
 PreReq:       perl
 %endif
 %if "%{with_mod_php}" == "yes"
-BuildPreReq:  make, bison, flex
+BuildPreReq:  gcc, sed, flex, bison
 %if "%{with_mod_php_mysql}" == "yes"
 BuildPreReq:  mysql
 %endif