]> git.pld-linux.org Git - packages/ekiga.git/blame_incremental - libresolv.patch
- added cpp patch (missing C++ include)
[packages/ekiga.git] / libresolv.patch
... / ...
CommitLineData
1diff -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
5
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"
12 fi
13 found_ldap="yes"
This page took 0.059225 seconds and 4 git commands to generate.