Andrew Geissler | 2013739 | 2023-10-12 04:59:14 -0600 | [diff] [blame] | 1 | From 0c3c669464a514cf8d0cac08282ecb2b486f440f Mon Sep 17 00:00:00 2001 |
| 2 | From: Joe Slater <joe.slater@windriver.com> |
| 3 | Date: Tue, 3 Oct 2023 19:21:17 +0000 |
| 4 | Subject: [PATCH] configure: libxslt conf |
| 5 | |
| 6 | Modify to find libxslt related include files under sysroot. |
| 7 | |
| 8 | Upstream-Status: Pending |
| 9 | |
| 10 | Signed-off-by: Joe Slater <joe.slater@windriver.com> |
| 11 | --- |
| 12 | auto/lib/libxslt/conf | 4 ++-- |
| 13 | 1 file changed, 2 insertions(+), 2 deletions(-) |
| 14 | |
| 15 | diff --git a/auto/lib/libxslt/conf b/auto/lib/libxslt/conf |
| 16 | index 3063ac7..eb77886 100644 |
| 17 | --- a/auto/lib/libxslt/conf |
| 18 | +++ b/auto/lib/libxslt/conf |
| 19 | @@ -12,7 +12,7 @@ |
| 20 | #include <libxslt/xsltInternals.h> |
| 21 | #include <libxslt/transform.h> |
| 22 | #include <libxslt/xsltutils.h>" |
| 23 | - ngx_feature_path="/usr/include/libxml2" |
| 24 | + ngx_feature_path="=/usr/include/libxml2" |
| 25 | ngx_feature_libs="-lxml2 -lxslt" |
| 26 | ngx_feature_test="xmlParserCtxtPtr ctxt = NULL; |
| 27 | xsltStylesheetPtr sheet = NULL; |
| 28 | @@ -100,7 +100,7 @@ fi |
| 29 | ngx_feature_name=NGX_HAVE_EXSLT |
| 30 | ngx_feature_run=no |
| 31 | ngx_feature_incs="#include <libexslt/exslt.h>" |
| 32 | - ngx_feature_path="/usr/include/libxml2" |
| 33 | + ngx_feature_path="=/usr/include/libxml2" |
| 34 | ngx_feature_libs="-lexslt" |
| 35 | ngx_feature_test="exsltRegisterAll();" |
| 36 | . auto/feature |
| 37 | -- |
| 38 | 2.35.5 |
| 39 | |