SOURCES: ircd-ptlink-link.patch - update to 6.19.4

glen glen at pld-linux.org
Sat Apr 15 14:03:54 CEST 2006


Author: glen                         Date: Sat Apr 15 12:03:54 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update to 6.19.4

---- Files affected:
SOURCES:
   ircd-ptlink-link.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/ircd-ptlink-link.patch
diff -u SOURCES/ircd-ptlink-link.patch:1.1 SOURCES/ircd-ptlink-link.patch:1.2
--- SOURCES/ircd-ptlink-link.patch:1.1	Tue Aug  3 20:15:24 2004
+++ SOURCES/ircd-ptlink-link.patch	Sat Apr 15 14:03:49 2006
@@ -1,12 +1,14 @@
---- PTlink6.15.1/configure.in.orig	2004-08-03 20:08:52.500823000 +0200
-+++ PTlink6.15.1/configure.in	2004-08-03 20:12:07.181139353 +0200
-@@ -25,9 +25,15 @@
+--- PTlink6.19.4/autoconf/configure.in	2005-08-23 19:06:36.000000000 +0300
++++ PTlink6.19.4.link/autoconf/configure.in	2006-04-15 14:59:56.486318551 +0300
+@@ -31,13 +31,15 @@
+ AC_PROG_INSTALL
+ 
  dnl Checks for libraries.
- dnl Replace `main' with a function in -lnsl:
- dnl Replace 
ain' with a function in -lnsl:
+-dnl Replace `main' with a function in -lnsl:
+-dnl Replace 
ain' with a function in -lnsl:
 -AC_CHECK_LIB(nsl, gethostbyname)
--AC_CHECK_FUNC(res_mkquery,, AC_CHECK_LIB(resolv, res_mkquery))
--AC_CHECK_LIB(socket, socket)
+-AC_CHECK_FUNC(res_mkquery,, [
+-  AC_CHECK_LIB(resolv, res_mkquery, LIBS="-lresolv")
 +AC_SEARCH_LIBS(gethostbyname,nsl)
 +AC_CHECK_FUNC(res_mkquery,,[
 +  AC_CHECK_FUNC(__res_mkquery,,[
@@ -14,7 +16,8 @@
 +      AC_CHECK_LIB(resolv, __res_mkquery)
 +    ])
 +  ])
-+])
+ ])
+-AC_CHECK_LIB(socket, socket)
 +AC_SEARCH_LIBS(socket, socket)
  AC_CHECK_FUNC(crypt,, AC_CHECK_LIB(descrypt, crypt,,AC_CHECK_LIB(crypt, crypt,,)))
  AC_CHECK_FUNC(inet_ntoa,, AC_CHECK_LIB(nsl, inet_ntoa,,))
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/ircd-ptlink-link.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list