diff options
Diffstat (limited to 'package/libxslt/patches/patch-configure_ac')
-rw-r--r-- | package/libxslt/patches/patch-configure_ac | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/libxslt/patches/patch-configure_ac b/package/libxslt/patches/patch-configure_ac deleted file mode 100644 index a06cc1000..000000000 --- a/package/libxslt/patches/patch-configure_ac +++ /dev/null @@ -1,12 +0,0 @@ ---- libxslt-1.1.37.orig/configure.ac 2022-08-29 16:29:34.000000000 +0200 -+++ libxslt-1.1.37/configure.ac 2023-01-04 18:08:40.032975406 +0100 -@@ -401,9 +401,6 @@ if test "x$LIBXML_CONFIG_PREFIX" = "x" & - PKG_CHECK_MODULES([LIBXML], [libxml-2.0 >= $LIBXML_REQUIRED_VERSION], [ - WITH_MODULES="`$PKG_CONFIG --variable=modules libxml-2.0`" - ], [ ]) -- else -- PKG_CHECK_MODULES_STATIC([LIBXML], [libxml-2.0 >= $LIBXML_REQUIRED_VERSION], -- [ ], [ ]) - fi - fi - |