summaryrefslogtreecommitdiff
path: root/databases/mysql51-server/patches/patch-ae
blob: 6f9dba8824b6a47cd263fcbeeed8edfeec989431 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-ae,v 1.1.1.1.4.1 2010/08/19 16:42:18 tron Exp $

* check sizeof time_t.
* check existence of sigsend().

--- configure.in.orig	2010-07-09 12:34:57.000000000 +0000
+++ configure.in
@@ -1946,6 +1946,7 @@ if test "$ac_cv_sizeof_off_t" -eq 0
 then
   AC_MSG_ERROR("MySQL needs a off_t type.")
 fi
+AC_CHECK_SIZEOF(time_t, 4)
 
 dnl
 dnl check if time_t is unsigned
@@ -2039,7 +2040,7 @@ AC_CHECK_HEADERS(varargs.h stdarg.h dire
 paths.h semaphore.h)
 
 # Already-done: strcasecmp
-AC_CHECK_FUNCS(lstat putenv select setenv setlocale strcoll tcgetattr)
+AC_CHECK_FUNCS(lstat putenv select setenv setlocale sigsend strcoll tcgetattr)
 
 AC_STAT_MACROS_BROKEN
 MYSQL_SIGNAL_CHECK