Skip to content

Commit

Permalink
Merge pull request #54 from rhubert/xslt-no-crypto
Browse files Browse the repository at this point in the history
libxslt: explicit disable crypto
  • Loading branch information
jkloetzke authored Jan 19, 2025
2 parents 1cb37ad + 7925c68 commit 6805094
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/libs/libxslt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ buildScript: |
autotoolsBuild $1 \
--without-plugins \
--without-debug \
--without-python
--without-python \
--without-crypto
multiPackage:
dev:
Expand Down

0 comments on commit 6805094

Please sign in to comment.