Quellcode durchsuchen

fix variable names

Ralf S. Engelschall vor 23 Jahren
Ursprung
Commit
eb5a97f263
1 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  1. 5 5
      apache/apache.spec

+ 5 - 5
apache/apache.spec

@@ -70,14 +70,14 @@
 #   fixing implicit inter-module dependencies and correlations
 %if "%{with_mod_php}" == "yes"
 %if "%{with_mod_ssl}" == "yes"
-%define with_php_openssl yes
-%define with_php_mm      yes
+%define with_mod_php_openssl yes
+%define with_mod_php_mm      yes
 %endif
 %if "%{with_mod_php_mysql}" == "yes"
-%define with_php_zlib    yes
+%define with_mod_php_zlib    yes
 %endif
 %if "%{with_mod_php_freetype}" == "yes"
-%define with_php_gd      yes
+%define with_mod_php_gd      yes
 %endif
 %endif
 
@@ -108,7 +108,7 @@ Distribution: OpenPKG [REL]
 Group:        Web
 License:      ASF
 Version:      %{V_apache}
-Release:      20020405
+Release:      20020412
 
 #   list of sources
 Source0:      http://httpd.apache.org/dist/httpd/apache_%{V_apache}.tar.gz