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>
Thu, 17 May 2018 20:50:37 +0000 (16:50 -0400)
commitc05211755a035b75534c86b94373e3598fab642e
tree1d97947da82ea6e74ece870877230217e6636d8a
parent6f683ece13fc5ea682d931ed33cb7c9fa8b025c2
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.024023 seconds and 4 git commands to generate.