diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2006-02-23 05:05:38 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2006-02-23 05:05:38 +0000 |
| commit | 494f29a6cb2cee645475b71c8244f403101259fa (patch) | |
| tree | 6d4c5ee251f066fa18df811173ba2a0330f656d3 /security/aide/files/patch-configure.in | |
| parent | Fix build on both 5.x and 6.x (diff) | |
Update 0.10 --> 0.11
Diffstat (limited to 'security/aide/files/patch-configure.in')
| -rw-r--r-- | security/aide/files/patch-configure.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/security/aide/files/patch-configure.in b/security/aide/files/patch-configure.in new file mode 100644 index 000000000000..573a6da35921 --- /dev/null +++ b/security/aide/files/patch-configure.in @@ -0,0 +1,24 @@ +--- configure.in.orig Sat Feb 18 04:46:41 2006 ++++ configure.in Wed Feb 22 20:26:01 2006 +@@ -362,7 +362,9 @@ + AIDE_FSTAT_FUNC="fstat" + AIDE_STAT_TYPE="stat" + AIDE_OFF_TYPE="off_t" +- AIDE_BLKCNT_TYPE="blkcnt_t" ++ AC_CHECK_TYPES(blkcnt_t, ++ AIDE_BLKCNT_TYPE="blkcnt_t", ++ AIDE_BLKCNT_TYPE="int32_t"), + AIDE_READDIR_FUNC="readdir" + AIDE_READDIR_R_FUNC="readdir_r" + compoptionstring="${compoptionstring}WITH_LSTAT\\n" +@@ -373,7 +375,9 @@ + AIDE_FSTAT_FUNC="fstat" + AIDE_STAT_TYPE="stat" + AIDE_OFF_TYPE="off_t" +- AIDE_BLKCNT_TYPE="blkcnt_t" ++ AC_CHECK_TYPES(blkcnt_t, ++ AIDE_BLKCNT_TYPE="blkcnt_t", ++ AIDE_BLKCNT_TYPE="int32_t"), + AIDE_READDIR_FUNC="readdir" + AIDE_READDIR_R_FUNC="readdir_r" + compoptionstring="${compoptionstring}WITH_LSTAT\\n" |
