|
|
|
|
@ -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}" |
|
|
|
|
|