Browse Source

upgrade to j2se

Ralf S. Engelschall 23 years ago
parent
commit
ae7545d262
1 changed files with 3 additions and 3 deletions
  1. 3 3
      apache/apache.spec

+ 3 - 3
apache/apache.spec

@@ -143,7 +143,7 @@ Distribution: OpenPKG [BASE]
 Group:        Web
 License:      ASF
 Version:      %{V_apache}
-Release:      20021005
+Release:      20021009
 
 #   list of sources
 Source0:      http://www.apache.org/dist/httpd/apache_%{V_apache}.tar.gz
@@ -212,7 +212,7 @@ BuildPreReq:  mm
 BuildPreReq:  pcre
 %endif
 %if "%{with_mod_php_java}" == "yes"
-BuildPreReq:  jdk-sun
+BuildPreReq:  j2se
 %endif
 %if "%{with_mod_php_freetype}" == "yes"
 BuildPreReq:  freetype
@@ -507,7 +507,7 @@ AutoReqProv:  no
           --enable-ftp \
 %endif
 %if "%{with_mod_php_java}" == "yes"
-          --with-java=%{l_prefix}/libexec/jdk-sun \
+          --with-java=%{l_prefix}/libexec/j2se \
 %endif
 %if "%{with_mod_php_oci8}" == "yes"
           --with-oci8 \