Browse Source

fix PAM support

master
parent
commit
7c91723521
  1. 4
      apache/apache.spec

4
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"

Loading…
Cancel
Save