de5fa34860886ad68fba5e739987e16c342e8f14 |
|
12-Mar-2016 |
Lukas Slebodnik <lslebodn@redhat.com> |
libipa_hbac: Ensure we always build with C90
libipa_hbac is also used by external projects such as pam_hbac:
https://github.com/jhrozek/pam_hbac
In order to make sure we don't use C99 features in the libipa_hbac code
in the future, this patch adds an explicit -std=c89 flag to CFLAGS.
Signed-off-by: Jakub Hrozek <jhrozek@redhat.com>
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |