diff options
Diffstat (limited to 'meta-networking/recipes-daemons/squid/files/Skip-AC_RUN_IFELSE-tests.patch')
| -rw-r--r-- | meta-networking/recipes-daemons/squid/files/Skip-AC_RUN_IFELSE-tests.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-networking/recipes-daemons/squid/files/Skip-AC_RUN_IFELSE-tests.patch b/meta-networking/recipes-daemons/squid/files/Skip-AC_RUN_IFELSE-tests.patch index 3aa08f84da..39392e1cc7 100644 --- a/meta-networking/recipes-daemons/squid/files/Skip-AC_RUN_IFELSE-tests.patch +++ b/meta-networking/recipes-daemons/squid/files/Skip-AC_RUN_IFELSE-tests.patch | |||
| @@ -12,31 +12,9 @@ Signed-off-by: Jim Somerville <Jim.Somerville@windriver.com> | |||
| 12 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> | 12 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> |
| 13 | 13 | ||
| 14 | --- | 14 | --- |
| 15 | acinclude/krb5.m4 | 10 +++++++++- | ||
| 16 | acinclude/lib-checks.m4 | 8 ++++++-- | 15 | acinclude/lib-checks.m4 | 8 ++++++-- |
| 17 | 2 files changed, 15 insertions(+), 3 deletions(-) | 16 | 2 files changed, 15 insertions(+), 3 deletions(-) |
| 18 | 17 | ||
| 19 | diff --git a/acinclude/krb5.m4 b/acinclude/krb5.m4 | ||
| 20 | index e0286fa..b3e4bc7 100644 | ||
| 21 | --- a/acinclude/krb5.m4 | ||
| 22 | +++ b/acinclude/krb5.m4 | ||
| 23 | @@ -98,7 +98,15 @@ main(void) | ||
| 24 | krb5_init_context(&context); | ||
| 25 | return 0; | ||
| 26 | } | ||
| 27 | -]])], [ squid_cv_broken_heimdal_krb5_h=yes ], [ squid_cv_broken_heimdal_krb5_h=no ]) | ||
| 28 | +]])], [ squid_cv_broken_heimdal_krb5_h=yes ], [ squid_cv_broken_heimdal_krb5_h=no ], | ||
| 29 | +[ | ||
| 30 | + dnl Can't test in cross compiled env - so assume good | ||
| 31 | + squid_cv_broken_heimdal_krb5_h=no | ||
| 32 | +]) | ||
| 33 | + ], | ||
| 34 | + [ | ||
| 35 | + dnl Can't test in cross compiled env - so assume good | ||
| 36 | + squid_cv_broken_heimdal_krb5_h=no | ||
| 37 | ]) | ||
| 38 | SQUID_STATE_ROLLBACK(squid_krb5_heimdal_test) | ||
| 39 | ]) | ||
| 40 | diff --git a/acinclude/lib-checks.m4 b/acinclude/lib-checks.m4 | 18 | diff --git a/acinclude/lib-checks.m4 b/acinclude/lib-checks.m4 |
| 41 | index 9793b9a..4f2dc83 100644 | 19 | index 9793b9a..4f2dc83 100644 |
| 42 | --- a/acinclude/lib-checks.m4 | 20 | --- a/acinclude/lib-checks.m4 |
