浏览代码

fixing some implicit inter-module dependencies

master
Christoph Schug 24 年前 提交者 Ralf S. Engelschall
父节点
当前提交
a638910702
  1. 11
      apache/apache.spec

11
apache/apache.spec

@ -26,7 +26,7 @@
# the additionally used Apache modules
%define mod_ssl no
%define mod_perl no
%define mod_php no
%define mod_php yes
%define mod_dav no
%define mod_layout no
%define mod_macro no
@ -41,7 +41,7 @@
# more optional settings
# (requires mod_php set to "yes" above)
%define php_mysql no
%define php_mysql yes
%define php_gd no
%define php_db no
%define php_pdflib no
@ -72,6 +72,11 @@
%define V_mod_roaming 1.0.2
%define V_mod_relocate 1.0
# fixing some implicit inter-module dependencies
%if "%{php_mysql}" == "yes"
%define php_zlib yes
%endif
# package information
Name: apache
Summary: Apache HTTP Server
@ -82,7 +87,7 @@ Distribution: OpenPKG [REL]
Group: Web
License: BSD-style
Version: %{V_apache}
Release: 20020228
Release: 20020311
# list of sources
Source0: http://httpd.apache.org/dist/httpd/apache_%{V_apache}.tar.gz

正在加载...
取消
保存