From da2b41a31d8d3d5b2fa8158cb0037b3b77c6326a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 18 Aug 2022 21:42:46 +0300 Subject: libxslt: bump to 1.1.36 --- extra/libxslt/build | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'extra/libxslt/build') diff --git a/extra/libxslt/build b/extra/libxslt/build index 6daf22f8..bae24137 100755 --- a/extra/libxslt/build +++ b/extra/libxslt/build @@ -1,5 +1,11 @@ #!/bin/sh -e +cpt l -q python && { + pyver=$(python --version) + pyver=${pyver##* } + export am_cv_python_version="${pyver%.*}" +} + ./configure \ --prefix=/usr -- cgit v1.2.3