View | Details | Raw Unified | Return to bug 263791 | Differences between
and this patch

Collapse All | Expand All

(-)b/net-mgmt/collectd5/files/patch-configure.ac (-4 / +11 lines)
Lines 1-6 Link Here
1
--- configure.ac.orig	2020-03-19 09:52:56.280271200 +0100
1
--- configure.ac.orig	2020-09-03 04:09:35.126575027 -0700
2
+++ configure.ac	2020-03-27 19:05:05.205060000 +0100
2
+++ configure.ac	2022-05-06 19:19:22.707837000 -0700
3
@@ -6475,7 +6475,7 @@ AC_ARG_WITH([libslurm],
3
@@ -5810,6 +5810,7 @@
4
     [],
5
     [],
6
     [[
7
+      #include <time.h>
8
       #include <stdlib.h>
9
       #include <stdio.h>
10
       #include <upsclient.h>
11
@@ -6507,7 +6508,7 @@
4
     else if test -d "$with_libslurm/lib"; then
12
     else if test -d "$with_libslurm/lib"; then
5
       AC_MSG_NOTICE([Not checking for libslurm: Manually configured])
13
       AC_MSG_NOTICE([Not checking for libslurm: Manually configured])
6
       with_libslurm_cflags="-I$withval/include"
14
       with_libslurm_cflags="-I$withval/include"
7
- 

Return to bug 263791