]> git.pld-linux.org Git - packages/nagios.git/commitdiff
- iconv() is in glibc
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 7 May 2004 09:45:58 +0000 (09:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nagios-iconv-in-libc.patch -> 1.1

nagios-iconv-in-libc.patch [new file with mode: 0644]

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.08425 seconds and 4 git commands to generate.