]> git.pld-linux.org Git - packages/openhpi.git/commitdiff
- avoid ssize_t conflict with net-snmp headers
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 31 Jul 2004 00:44:08 +0000 (00:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openhpi-snmp.patch -> 1.5

openhpi-snmp.patch [new file with mode: 0644]

diff --git a/openhpi-snmp.patch b/openhpi-snmp.patch
new file mode 100644 (file)
index 0000000..3288f5b
--- /dev/null
@@ -0,0 +1,12 @@
+--- openhpi-1.0.0/configure.ac.orig    2004-07-31 02:22:10.487865000 +0200
++++ openhpi-1.0.0/configure.ac 2004-07-31 02:28:43.023747454 +0200
+@@ -213,6 +213,9 @@
+ AC_HEADER_STDC
+ AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/time.h unistd.h stdarg.h netinet/in.h])
++dnl for net-snmp, to avoid conflict with <sys/types.h> (define HAVE_SSIZE_T)
++AC_CHECK_TYPES([ssize_t])
++
+ dnl Checks for library functions.
+ AC_FUNC_ERROR_AT_LINE
+ AC_FUNC_VPRINTF
This page took 0.148398 seconds and 4 git commands to generate.