bundeled freerdp so no external bindings are nessesary

This commit is contained in:
2024-11-19 16:05:48 +01:00
parent 17e1354475
commit 299fbb93be
12 changed files with 239 additions and 4 deletions

View File

@@ -0,0 +1,17 @@
{
"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://github.com/openssl/openssl/releases/download/openssl-3.2.3/openssl-3.2.3.tar.gz",
"sha256": "52b5f1c6b8022bc5868c308c54fb77705e702d6c6f4594f99a0df216acf46239"
}
]
}