diff options
| author | Mike Sullivan <mksully22@gmail.com> | 2019-02-18 16:08:29 +0000 |
|---|---|---|
| committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-02-18 18:03:59 +0000 |
| commit | 71242ff0cd6ab030d32cfeee2f3115d601a073b1 (patch) | |
| tree | 0bf61a9219ee8ba0c0822186785082327bc894f9 /testing/openscap/fix-ppc64le-path_max.patch | |
| parent | 79deec876eec167af1c28c40d63eff9afa1def97 (diff) | |
| download | aports-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.patch | 10 |
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" |
