aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openscap/fix-ppc64le-path_max.patch
diff options
context:
space:
mode:
authorMike Sullivan <mksully22@gmail.com>2019-02-18 16:08:29 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-02-18 18:03:59 +0000
commit71242ff0cd6ab030d32cfeee2f3115d601a073b1 (patch)
tree0bf61a9219ee8ba0c0822186785082327bc894f9 /testing/openscap/fix-ppc64le-path_max.patch
parent79deec876eec167af1c28c40d63eff9afa1def97 (diff)
downloadaports-71242ff0cd6ab030d32cfeee2f3115d601a073b1.tar.bz2
aports-71242ff0cd6ab030d32cfeee2f3115d601a073b1.tar.xz
testing/openscap: fix ppc64le build break defining PATH_MAX
Diffstat (limited to 'testing/openscap/fix-ppc64le-path_max.patch')
-rw-r--r--testing/openscap/fix-ppc64le-path_max.patch10
1 files changed, 10 insertions, 0 deletions
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 <netdb.h>
+ #include <arpa/inet.h>
+ #include <regex.h>
++#include <limits.h>
+
+ #include "_seap.h"
+ #include "probe-api.h"