]> git.pld-linux.org Git - packages/arping.git/blob - arping-nolibs.patch
- updated to 2.23
[packages/arping.git] / arping-nolibs.patch
1 --- arping-2.14/configure.ac.orig       2014-06-29 12:05:51.000000000 +0200
2 +++ arping-2.14/configure.ac    2014-07-04 20:21:49.765587884 +0200
3 @@ -17,8 +17,8 @@
4  
5  # Checks for libraries.
6  AC_CHECK_LIB([m], [sqrt])
7 -AC_CHECK_LIB([socket], [socket])
8 -AC_CHECK_LIB([nsl], [gethostbyname])
9 +AC_SEARCH_LIBS([socket], [socket])
10 +AC_SEARCH_LIBS([gethostbyname], [nsl])
11  AC_CHECK_LIB([cap], [cap_init])
12  AC_CHECK_LIB([rt], [clock_gettime])
13  AC_CHECK_LIB([net], [libnet_name_resolve],
This page took 0.062126 seconds and 3 git commands to generate.