diff options
| author | Armin Kuster <akuster808@gmail.com> | 2019-03-30 14:12:41 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2019-03-31 10:37:09 -0700 |
| commit | 75e609f7b14b57b27143ec9e8d818fc5fab6d106 (patch) | |
| tree | 7ac38794680a5f6eda5eb907aeac47ae5e173854 /recipes-security/AppArmor/files/disable_perl_h_check.patch | |
| parent | 00f00d28971355a1a5ce9d38b617adfd991104bd (diff) | |
| download | meta-security-75e609f7b14b57b27143ec9e8d818fc5fab6d106.tar.gz | |
reorg: move mac recipes to recipes-mac
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/AppArmor/files/disable_perl_h_check.patch')
| -rw-r--r-- | recipes-security/AppArmor/files/disable_perl_h_check.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes-security/AppArmor/files/disable_perl_h_check.patch b/recipes-security/AppArmor/files/disable_perl_h_check.patch deleted file mode 100644 index cf2640f..0000000 --- a/recipes-security/AppArmor/files/disable_perl_h_check.patch +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | Upstream-Status: Inappropriate [configuration] | ||
| 2 | |||
| 3 | Remove file check for $perl_includedir/perl.h. AC_CHECK_FILE will fail on | ||
| 4 | cross compilation. Rather than try and get a compile check to work here, | ||
| 5 | we know that we have what's required via our metadata so remove only this | ||
| 6 | check. | ||
| 7 | |||
| 8 | Signed-Off-By: Tom Rini <trini@konsulko.com> | ||
| 9 | |||
| 10 | --- a/libraries/libapparmor/configure.ac.orig 2017-06-13 16:41:38.668471495 -0400 | ||
| 11 | +++ b/libraries/libapparmor/configure.ac 2017-06-13 16:41:40.708471543 -0400 | ||
| 12 | @@ -58,7 +58,6 @@ | ||
| 13 | AC_PATH_PROG(PERL, perl) | ||
| 14 | test -z "$PERL" && AC_MSG_ERROR([perl is required when enabling perl bindings]) | ||
| 15 | perl_includedir="`$PERL -e 'use Config; print $Config{archlib}'`/CORE" | ||
| 16 | - AC_CHECK_FILE($perl_includedir/perl.h, enable_perl=yes, enable_perl=no) | ||
| 17 | fi | ||
| 18 | |||
| 19 | |||
