diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-18 21:42:46 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-18 21:42:46 +0300 |
commit | da2b41a31d8d3d5b2fa8158cb0037b3b77c6326a (patch) | |
tree | 5bd8c6a11a200a85c0c0d4bec85c1923647baacc /extra/libxslt/build | |
parent | f93119ba022cd730434895e428ccb8c666a60656 (diff) | |
download | repository-da2b41a31d8d3d5b2fa8158cb0037b3b77c6326a.tar.gz |
libxslt: bump to 1.1.36
Diffstat (limited to 'extra/libxslt/build')
-rwxr-xr-x | extra/libxslt/build | 6 |
1 files changed, 6 insertions, 0 deletions
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 |