]> git.pld-linux.org Git - packages/nagios.git/blobdiff - nagios-iconv-in-libc.patch
- iconv() is in glibc
[packages/nagios.git] / nagios-iconv-in-libc.patch
diff --git a/nagios-iconv-in-libc.patch b/nagios-iconv-in-libc.patch
new file mode 100644 (file)
index 0000000..c4dace9
--- /dev/null
@@ -0,0 +1,11 @@
+--- nagios-1.2/configure.in.orig       Tue Feb  3 05:45:08 2004
++++ nagios-1.2/configure.in    Fri May  7 11:28:28 2004
+@@ -533,7 +533,7 @@
+ if test x$TRYGD = xyep; then
+       dnl libiconv is required on some systems - tack it on if found
+-      AC_CHECK_LIB(iconv,main,ICONV=-liconv,)
++      AC_CHECK_FUNC(iconv,,[AC_CHECK_LIB(iconv,iconv,ICONV=-liconv,)])
+       dnl See if the GD lib is available and supports PNG images...
This page took 0.059628 seconds and 4 git commands to generate.