From 71242ff0cd6ab030d32cfeee2f3115d601a073b1 Mon Sep 17 00:00:00 2001 From: Mike Sullivan Date: Mon, 18 Feb 2019 16:08:29 +0000 Subject: testing/openscap: fix ppc64le build break defining PATH_MAX --- testing/openscap/fix-ppc64le-path_max.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testing/openscap/fix-ppc64le-path_max.patch (limited to 'testing/openscap/fix-ppc64le-path_max.patch') diff --git a/testing/openscap/fix-ppc64le-path_max.patch b/testing/openscap/fix-ppc64le-path_max.patch new file mode 100644 index 0000000000..7636391803 --- /dev/null +++ b/testing/openscap/fix-ppc64le-path_max.patch @@ -0,0 +1,10 @@ +--- a/src/OVAL/probes/unix/linux/iflisteners_probe.c ++++ b/src/OVAL/probes/unix/linux/iflisteners_probe.c +@@ -53,6 +53,7 @@ + #include + #include + #include ++#include + + #include "_seap.h" + #include "probe-api.h" -- cgit v1.2.3