]> git.pld-linux.org Git - packages/avifile.git/commitdiff
- correctt detection method is linking with libnsl is neccessary.
authorkloczek <kloczek@pld-linux.org>
Tue, 17 Sep 2002 16:06:07 +0000 (16:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avifile-no_libnsl.patch -> 1.1

avifile-no_libnsl.patch [new file with mode: 0644]

diff --git a/avifile-no_libnsl.patch b/avifile-no_libnsl.patch
new file mode 100644 (file)
index 0000000..73464ba
--- /dev/null
@@ -0,0 +1,11 @@
+--- avifile0.7-0.7.15/configure.in~    Sun Sep 15 19:44:35 2002
++++ avifile0.7-0.7.15/configure.in     Sun Sep 15 19:44:35 2002
+@@ -90,7 +90,7 @@
+ AC_CHECK_LIB(dl, dlopen)
+ AC_CHECK_LIB(posix4, nanosleep)
+ AC_CHECK_LIB(socket, socket)
+-AC_CHECK_LIB(nsl, gethostbyname)
++AC_CHECK_FUNC(gethostbyname, [], AC_CHECK_LIB(nsl, gethostbyname))
+ dnl AC_SUBST(LIBSOCKET)
+ dnl AC_SUBST(LIBNSL)
This page took 0.047003 seconds and 4 git commands to generate.