]> git.pld-linux.org Git - packages/ffingerd.git/blob - ffingerd-gethostbyaddr_is_in_libc_aka_no_libnsl.patch
- massive attack s/pld.org.pl/pld-linux.org/
[packages/ffingerd.git] / ffingerd-gethostbyaddr_is_in_libc_aka_no_libnsl.patch
1 diff -Nru ffingerd-1.28/configure.in ffingerd-1.28.new/configure.in
2 --- ffingerd-1.28/configure.in  Thu Mar 16 10:56:23 2000
3 +++ ffingerd-1.28.new/configure.in      Tue Aug 22 12:29:53 2000
4 @@ -13,7 +13,8 @@
5  AC_PROG_CC
6  AC_PROG_INSTALL
7  dnl Checks for libraries.
8 -AC_CHECK_LIB(nsl,gethostbyaddr)
9 +AC_CHECK_FUNC(gethostbyaddr, ,
10 +       AC_CHECK_LIB(nsl, gethostbyaddr, LIBS="$LIBS -lnsl",) )
11  AC_CHECK_LIB(gen,syslog)
12  AC_CHECK_LIB(socket,socket)
13  dnl Checks for header files.
This page took 0.031175 seconds and 3 git commands to generate.