Fix: POPT_ARG_LONGLONG does not exist in popt 1.13
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 17 May 2018 19:35:17 +0000 (15:35 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 18 May 2018 16:18:53 +0000 (12:18 -0400)
commit738302b8f0b97c5dee4ffa0da975f0e8362ae48b
tree8a016da8bf812147239bffc46e57e8779fcf2e3f
parent58d3eae07ee8b15e150cd98c46e659118daf63ee
Fix: POPT_ARG_LONGLONG does not exist in popt 1.13

The retry duration parameter is currently declared as a long long,
which popt 1.13 does not support. The support for that type was only
added in popt 1.14.

Using POPT_ARG_LONG instead of the 'long long' variant makes no real
difference in this case (or at least, not enough to justify bumping
the minimal popt version).

This fixes a build failure that was reported on Red Hat 7 where
1.13 is the default version.

Reported-by: Abderrahmane Benbachir <abenbach@ciena.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
cli/babeltrace-cfg-cli-args.c
This page took 0.026875 seconds and 4 git commands to generate.