]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- needed for ac 2.58+
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 4 Dec 2003 09:50:05 +0000 (09:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rsync-acfix.patch -> 1.1

rsync-acfix.patch [new file with mode: 0644]

diff --git a/rsync-acfix.patch b/rsync-acfix.patch
new file mode 100644 (file)
index 0000000..d6834b3
--- /dev/null
@@ -0,0 +1,22 @@
+--- rsync-2.5.7/configure.in.orig      Thu Dec  4 05:23:29 2003
++++ rsync-2.5.7/configure.in   Thu Dec  4 10:42:07 2003
+@@ -333,8 +333,8 @@
+ dnl AC_MSG_NOTICE([Looking in libraries: $LIBS])
+-AC_CHECK_FUNCS(inet_ntop, , AC_LIBOBJ(lib/inet_ntop)) 
+-AC_CHECK_FUNCS(inet_pton, , AC_LIBOBJ(lib/inet_pton))
++AC_CHECK_FUNCS(inet_ntop, , [AC_LIBOBJ(lib/inet_ntop)])
++AC_CHECK_FUNCS(inet_pton, , [AC_LIBOBJ(lib/inet_pton)])
+ # Irix 6.5 has getaddrinfo but not the corresponding defines, so use
+ #   builtin getaddrinfo if one of the defines don't exist
+@@ -363,7 +363,7 @@
+                               [Define if you have the `getaddrinfo' function.])],
+                       [AC_MSG_RESULT([no])
+                       AC_LIBOBJ(lib/getaddrinfo)])])
+-      AC_CHECK_FUNCS(getnameinfo, , AC_LIBOBJ(lib/getnameinfo))
++      AC_CHECK_FUNCS(getnameinfo, , [AC_LIBOBJ(lib/getnameinfo)])
+ else
+       AC_LIBOBJ(lib/getaddrinfo)
+       AC_LIBOBJ(lib/getnameinfo)
This page took 0.161403 seconds and 4 git commands to generate.