UmVirt LFS Package info
DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
mbedtls
An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Package info
Template: cmake-ninja
Codename: mbedtls
Source file: mbedtls-3.6.5.tar.bz2
Source directory: mbedtls-3.6.5
Package URL: mbedtls-3.6.5.tar.bz2
Package md5-checksum URL: mbedtls-3.6.5.tar.bz2.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: obs-studio.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd build
cmake .. -G Ninja \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_SKIP_RPATH=ON \
-DUSE_SHARED_MBEDTLS_LIBRARY=ON \
-DUSE_STATIC_MBEDTLS_LIBRARY=ON \
-Wno-dev
Build script:
cd build
ninja
Install script:
cd build
ninja install