r54586 - in /desktop/unstable/ekiga/debian: changelog patches/libresolv.patch patches/series

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Sun Oct 29 05:20:34 UTC 2017


Author: jbicha
Date: Sun Oct 29 05:20:33 2017
New Revision: 54586

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54586
Log:
Add libresolv.patch from Fedora to fix build with glibc 2.26

Added:
    desktop/unstable/ekiga/debian/patches/libresolv.patch
Modified:
    desktop/unstable/ekiga/debian/changelog
    desktop/unstable/ekiga/debian/patches/series

Modified: desktop/unstable/ekiga/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/changelog?rev=54586&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/changelog	[utf-8] (original)
+++ desktop/unstable/ekiga/debian/changelog	[utf-8] Sun Oct 29 05:20:33 2017
@@ -1,3 +1,9 @@
+ekiga (4.0.1-8) UNRELEASED; urgency=medium
+
+  * Add libresolv.patch from Fedora to fix build with glibc 2.26
+
+ -- Jeremy Bicha <jbicha at debian.org>  Sun, 29 Oct 2017 01:18:40 -0400
+
 ekiga (4.0.1-7) unstable; urgency=medium
 
   [ Michael Biebl ]

Added: desktop/unstable/ekiga/debian/patches/libresolv.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/patches/libresolv.patch?rev=54586&op=file
==============================================================================
--- desktop/unstable/ekiga/debian/patches/libresolv.patch	(added)
+++ desktop/unstable/ekiga/debian/patches/libresolv.patch	[utf-8] Sun Oct 29 05:20:33 2017
@@ -0,0 +1,19 @@
+Description: Fix build with glibc 2.26
+
+https://src.fedoraproject.org/rpms/ekiga/blob/master/f/ekiga-4.0.1-libresolv.patch
+
+https://bugzilla.redhat.com/1426109
+diff -up ekiga-4.0.1/configure.ac.libresolv ekiga-4.0.1/configure.ac
+--- ekiga-4.0.1/configure.ac.libresolv	2017-02-23 02:30:42.051227852 -0600
++++ ekiga-4.0.1/configure.ac	2017-02-23 02:32:04.609519837 -0600
+@@ -324,7 +324,8 @@ if test "x$enable_ldap" = "xyes"; then
+ 
+   dnl Checking for libresolv
+   if test ${gm_platform} = "linux" ; then
+-  	AC_CHECK_LIB(resolv, res_gethostbyaddr, [LIBS="-lresolv $LIBS"], AC_MSG_ERROR([You need the libresolv library to compile Ekiga]), -lresolv)
++  	# AC_CHECK_LIB(resolv, res_gethostbyaddr, [LIBS="-lresolv $LIBS"], AC_MSG_ERROR([You need the libresolv library to compile Ekiga]), -lresolv)
++	AC_WARNING([Just adding libresolv to LDAP_LIBS, without checking anything])
+   	LDAP_LIBS="${LDAP_LIBS} -lresolv"
+   fi
+   found_ldap="yes"
+

Modified: desktop/unstable/ekiga/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/patches/series?rev=54586&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/ekiga/debian/patches/series	[utf-8] Sun Oct 29 05:20:33 2017
@@ -1,3 +1,4 @@
 arch.patch
 boost.patch
 autofoo.patch
+libresolv.patch




More information about the pkg-gnome-commits mailing list