-
Notifications
You must be signed in to change notification settings - Fork 281
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libpkg: fall back to Linux for ELF shlib parsing
If the target ABI is either Linux or FreeBSD and the target OS of a shared library ELF file cannot be determined, assume that it is a Linux ELF file. It is unfortunately impossible to reliably determine whether a shared library targets Linux. See the new comment in pkg_elf.c for further details. Sponsored by: The FreeBSD Foundation
- Loading branch information
Showing
1 changed file
with
31 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters