]> git.pld-linux.org Git - packages/cgicc.git/blobdiff - cgicc-link.patch
- updated URLs, updated to 3.2.12
[packages/cgicc.git] / cgicc-link.patch
diff --git a/cgicc-link.patch b/cgicc-link.patch
new file mode 100644 (file)
index 0000000..4eb94b4
--- /dev/null
@@ -0,0 +1,11 @@
+--- cgicc-3.2.12/configure.ac.orig     2014-01-01 11:23:25.000000000 +0100
++++ cgicc-3.2.12/configure.ac  2014-01-04 21:13:33.860863704 +0100
+@@ -27,7 +27,7 @@
+ dnl Checks for libraries.
+ dnl setup for networking functions
+-AC_CHECK_LIB(nsl, gethostbyaddr, LIB_NET="-lnsl")
++AC_CHECK_FUNC([gethostbyaddr], , [AC_CHECK_LIB(nsl, gethostbyaddr, LIB_NET="-lnsl")])
+ AC_SUBST(LIB_NET)
+ dnl check whether to link against libstdc++
This page took 0.071302 seconds and 4 git commands to generate.