diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-11-18 11:20:59 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-11-18 11:20:59 +0000 |
commit | c3ff0793f4b6332d3000f6b42d645c91fa843f00 (patch) | |
tree | 8585a807ed4f3ca538e10d22a7a319eb5b50e4ca /testing/ossec-hids/00_a-out-h-path.patch | |
parent | ff3e49527638e6626787ab170c101372afc3b89b (diff) | |
download | aports-c3ff0793f4b6332d3000f6b42d645c91fa843f00.tar.bz2 aports-c3ff0793f4b6332d3000f6b42d645c91fa843f00.tar.xz |
testing/ossec-hids: disable builds for aarch64 and armhf archs
Diffstat (limited to 'testing/ossec-hids/00_a-out-h-path.patch')
-rw-r--r-- | testing/ossec-hids/00_a-out-h-path.patch | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/testing/ossec-hids/00_a-out-h-path.patch b/testing/ossec-hids/00_a-out-h-path.patch index ad3be104c5..b9e5a246cd 100644 --- a/testing/ossec-hids/00_a-out-h-path.patch +++ b/testing/ossec-hids/00_a-out-h-path.patch @@ -1,16 +1,13 @@ diff --git a/src/rootcheck/os_string.c b/src/rootcheck/os_string.c -index 069f5bd..a240932 100755 +index 069f5bd..e5aafca 100755 --- a/src/rootcheck/os_string.c +++ b/src/rootcheck/os_string.c -@@ -77,8 +77,9 @@ struct exec - #define M_OLDSUN2 0 +@@ -78,7 +78,7 @@ struct exec #else -- + -#include <a.out.h> -+ #if !defined (__aarch64__) -+ #include <linux/a.out.h> -+ #endif ++#include <linux/a.out.h> #endif |