|
|
@@ -60,7 +60,7 @@ Distribution: OpenPKG [BASE]
|
|
|
Group: Web
|
|
|
License: ASF
|
|
|
Version: %{V_apache}
|
|
|
-Release: 20030603
|
|
|
+Release: 20030604
|
|
|
|
|
|
# package options (suexec related)
|
|
|
%option with_suexec yes
|
|
|
@@ -643,7 +643,8 @@ AutoReqProv: no
|
|
|
# optionally prepare mod_auth_pam
|
|
|
%if "%{with_mod_auth_pam}" == "yes"
|
|
|
( cd mod_auth_pam-%{V_mod_auth_pam}
|
|
|
- cp mod_auth_pam.c ../apache_%{V_apache}/src/modules/extra/
|
|
|
+ sed -e '234N;s/\n//' -e '239N;s/\n//' <mod_auth_pam.c \
|
|
|
+ >../apache_%{V_apache}/src/modules/extra/mod_auth_pam.c
|
|
|
)
|
|
|
%endif
|
|
|
|