diff --git a/apache/apache.spec b/apache/apache.spec index d9883d47c8..f0a933fd84 100644 --- a/apache/apache.spec +++ b/apache/apache.spec @@ -116,7 +116,7 @@ Distribution: OpenPKG [REL] Group: Web License: ASF Version: %{V_apache} -Release: 20020619 +Release: 20020620 # list of sources Source0: http://www.apache.org/dist/httpd/apache_%{V_apache}.tar.gz @@ -537,7 +537,7 @@ AutoReqProv: no cflags="%{l_cflags -O}" ldflags="" libs="" -%if "%{with_pam}" == "yes" +%if "%{with_mod_auth_pam}" == "yes" cflags="$cflags -I`%{l_prefix}/etc/rc --query pam_incdir`" ldflags="$ldflags -L`%{l_prefix}/etc/rc --query pam_libdir`" libs="$libs -lpam"