[packages/libasyncns] - rediffed

hawk hawk at pld-linux.org
Sat Dec 9 14:04:29 CET 2023


commit 44a87846cffa4c6fae74f8da058096fef7464699
Author: Marcin Krol <hawk at tld-linux.org>
Date:   Sat Dec 9 13:12:23 2023 +0100

    - rediffed

 libasyncns-link.patch | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/libasyncns-link.patch b/libasyncns-link.patch
index d8c3885..66d284e 100644
--- a/libasyncns-link.patch
+++ b/libasyncns-link.patch
@@ -1,13 +1,14 @@
---- libasyncns-0.1/configure.ac.orig	2005-01-08 02:04:04.000000000 +0100
-+++ libasyncns-0.1/configure.ac	2006-04-23 14:20:59.398751000 +0200
-@@ -62,8 +62,8 @@
- AC_TYPE_SIGNAL
- AC_CHECK_FUNCS([memset select strndup setresuid setreuid])
+diff -urNp -x '*.orig' libasyncns-0.8.org/configure.ac libasyncns-0.8/configure.ac
+--- libasyncns-0.8.org/configure.ac	2009-10-15 03:42:51.000000000 +0200
++++ libasyncns-0.8/configure.ac	2023-12-09 13:12:10.465786710 +0100
+@@ -76,8 +76,8 @@ AC_CHECK_FUNCS([memset select strndup se
+ 
+ AC_SYS_LARGEFILE
  
 -AC_CHECK_LIB(nsl, gethostbyname)
 -AC_CHECK_LIB(socket, connect)
 +AC_SEARCH_LIBS(gethostbyname, nsl)
 +AC_SEARCH_LIBS(connect, socket)
  
- ACX_PTHREAD
- 
+ ACF_SEARCH_FUNCTION([res_query], [-lresolv, -lbind],
+   [], [AC_MSG_ERROR([res_query not found])],
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libasyncns.git/commitdiff/44a87846cffa4c6fae74f8da058096fef7464699



More information about the pld-cvs-commit mailing list