Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v15] Enhance library dependency management with libelf check (#44019)
* Enhance library dependency management with libelf check Added logic to check for libelf presence and use pkgconf to dynamically include necessary static libraries when available. If libelf is not found, default to manually specified -lelf and -lz libraries. This ensures more reliable builds across different environments and addresses issues with Ubuntu 24.04. * Remove duplicated pkgconf library
- Loading branch information