FreeRDP/packaging/flatpak/modules/openssl.json
Armin Novak 675ec01e97 [flatpak] build custom openssl
we need legacy providers or openssl 1.1.1 for compatibility with older
windows servers.
2024-03-20 15:04:31 +01:00

18 lines
390 B
JSON

{
"name": "openssl",
"buildsystem": "simple",
"build-commands": [
"./config --prefix=/app --openssldir=/app --libdir=lib shared",
"make -j build_sw",
"make -j install_sw"
],
"cleanup": [],
"sources": [
{
"type": "archive",
"url": "https://openssl.org/source/openssl-3.1.5.tar.gz",
"sha256": "6ae015467dabf0469b139ada93319327be24b98251ffaeceda0221848dc09262"
}
]
}