]> git.pld-linux.org Git - packages/libspf2.git/commitdiff
- new auto/ac/libspf2-1_0_4-0_1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 28 Jul 2004 20:57:25 +0000 (20:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libspf2-link.patch -> 1.1

libspf2-link.patch [new file with mode: 0644]

diff --git a/libspf2-link.patch b/libspf2-link.patch
new file mode 100644 (file)
index 0000000..c78a9d8
--- /dev/null
@@ -0,0 +1,23 @@
+diff -urN libspf2-1.0.4.org/configure.ac libspf2-1.0.4/configure.ac
+--- libspf2-1.0.4.org/configure.ac     2004-07-28 22:42:48.515708512 +0200
++++ libspf2-1.0.4/configure.ac 2004-07-28 22:56:08.559083432 +0200
+@@ -94,14 +94,14 @@
+                 [AC_CHECK_LIB([resolv],
+                         [res_query],
+                         [LIBS="$LIBS -lresolv"],
+-                        [echo "cannot find resolver library"; exit 1;])
++                      [AC_CHECK_LIB([resolv],[__res_query],[LIBS="$LIBS -lresolv"],[echo "cannot find resolver library"; exit 1;])])
+                 ])
+-        ], [AC_CHECK_LIB(resolv, res_query)])
++        ], [AC_CHECK_LIB(resolv, res_query,[LIBS="$LIBS -lresolv"],[AC_CHECK_LIB(resolv, __res_query)])])
+ # Checks for libraries.
+-AC_CHECK_LIB(nsl, inet_pton)
+-AC_CHECK_LIB(socket, socket)
+-AC_CHECK_LIB(intl, gettext)
++AC_SEARCH_LIBS(nsl, inet_pton)
++AC_SEARCH_LIBS(socket, socket)
++AC_SEARCH_LIBS(intl, gettext)
This page took 0.101343 seconds and 4 git commands to generate.