]> git.pld-linux.org Git - packages/dico.git/blob - dico-nolibs.patch
- rediffed nolibs patch
[packages/dico.git] / dico-nolibs.patch
1 --- dico-2.11/configure.ac.orig 2021-06-19 07:10:22.576405899 +0200
2 +++ dico-2.11/configure.ac      2021-06-19 07:11:04.548583966 +0200
3 @@ -46,9 +46,9 @@
4  LTDL_INIT([nonrecursive])
5  
6  dnl Checks for libraries.
7 -AC_CHECK_LIB(socket, socket)
8 -AC_CHECK_LIB(nsl, gethostbyaddr)
9 -AC_CHECK_LIB(rt, nanosleep)
10 +AC_SEARCH_LIBS(socket, socket)
11 +AC_SEARCH_LIBS(gethostbyaddr, nsl)
12 +AC_SEARCH_LIBS(nanosleep, rt)
13  
14  dnl Checks for header files.
15  AC_HEADER_DIRENT dnl not needed ?
This page took 0.167116 seconds and 3 git commands to generate.