Browse Source

Remove redundant conditional for mod_auth_ldap

master
Michael Schloh von Bennewitz 22 years ago committed by Ralf S. Engelschall
parent
commit
08399150de
  1. 2
      apache/apache.spec

2
apache/apache.spec

@ -874,14 +874,12 @@ AutoReqProv: no
cflags="$cflags %{l_cppflags}"
ldflags="$ldflags %{l_ldflags}"
libs="$libs -lldap -llber -lssl -lcrypto"
%if "%{with_mod_auth_ldap}" == "yes"
case "%{l_platform -t}" in
*-sunos* )
libs="$libs -lresolv"
;;
esac
%endif
%endif
%if "%{with_gdbm_ndbm}" == "yes"
cflags="$cflags %{l_cppflags}"
ldflags="$ldflags %{l_ldflags}"

Loading…
Cancel
Save