archrelease: copy trunk to extra-x86_64
[arch-packages.git] / ekiga / trunk / ekiga-4.0.1-libresolv.patch
blob7754eeb1854bef825a5ab680d42c2867d8103ff5
1 diff -up ekiga-4.0.1/configure.ac.libresolv ekiga-4.0.1/configure.ac
2 --- ekiga-4.0.1/configure.ac.libresolv 2017-02-23 02:30:42.051227852 -0600
3 +++ ekiga-4.0.1/configure.ac 2017-02-23 02:32:04.609519837 -0600
4 @@ -324,7 +324,8 @@ if test "x$enable_ldap" = "xyes"; then
6 dnl Checking for libresolv
7 if test ${gm_platform} = "linux" ; then
8 - AC_CHECK_LIB(resolv, res_gethostbyaddr, [LIBS="-lresolv $LIBS"], AC_MSG_ERROR([You need the libresolv library to compile Ekiga]), -lresolv)
9 + # AC_CHECK_LIB(resolv, res_gethostbyaddr, [LIBS="-lresolv $LIBS"], AC_MSG_ERROR([You need the libresolv library to compile Ekiga]), -lresolv)
10 + AC_WARNING([Just adding libresolv to LDAP_LIBS, without checking anything])
11 LDAP_LIBS="${LDAP_LIBS} -lresolv"
13 found_ldap="yes"