]> git.pld-linux.org Git - packages/courier.git/blob - courier-no_res_query.patch
- added extra-path /usr/lib64/openssl (amd64)
[packages/courier.git] / courier-no_res_query.patch
1 diff -Nur old/authlib/configure.in new/authlib/configure.in
2 --- old/authlib/configure.in    2003-10-25 13:25:28.000000000 +0000
3 +++ new/authlib/configure.in    2004-02-23 13:37:04.000000000 +0000
4 @@ -384,14 +384,6 @@
5         saveLIBS="$LIBS"
6         LIBS="$NETLIBS $LIBS"
7         LDAPLIBS=""
8 -        AC_MSG_CHECKING(whether -lresolv is needed for res_query)
9 -        AC_TRY_LINK_FUNC(res_query,
10 -               AC_MSG_RESULT(no),
11 -               LIBS="-lresolv $LIBS"
12 -               AC_TRY_LINK_FUNC(res_query,
13 -                       LDAPLIBS="-lresolv $LDAPLIBS" HAVE_LDAP=1
14 -                       AC_MSG_RESULT(yes),
15 -                       AC_MSG_ERROR(Cannot find function res_query)))
16         AC_CHECK_LIB(lber, ber_scanf,
17                 [ LDAPLIBS="-llber $LDAPLIBS" LIBS="-llber $LIBS" ])
18         AC_CHECK_LIB(ldap, ldap_open,
This page took 0.026627 seconds and 3 git commands to generate.