]> git.pld-linux.org Git - packages/cgicc.git/blob - cgicc-link.patch
- updated to 3.2.20
[packages/cgicc.git] / cgicc-link.patch
1 --- cgicc-3.2.12/configure.ac.orig      2014-01-01 11:23:25.000000000 +0100
2 +++ cgicc-3.2.12/configure.ac   2014-01-04 21:13:33.860863704 +0100
3 @@ -27,7 +27,7 @@
4  dnl Checks for libraries.
5  
6  dnl setup for networking functions
7 -AC_CHECK_LIB(nsl, gethostbyaddr, LIB_NET="-lnsl")
8 +AC_CHECK_FUNC([gethostbyaddr], , [AC_CHECK_LIB(nsl, gethostbyaddr, LIB_NET="-lnsl")])
9  AC_SUBST(LIB_NET)
10  
11  dnl check whether to link against libstdc++
This page took 0.098718 seconds and 3 git commands to generate.