-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: do not unconditionally depend on dlsym
Older versions of glibc do not have dl as builtin in. Thus include libdl when it's available. While at it also make the mock library to depend hard on the presents of dlsym. It's only necessary for s390. Fixes: cbbfdd0 ("test/mock: pass thru unknown ioctls") Reported-by: Steven Seungcheol Lee <[email protected]> Signed-off-by: Daniel Wagner <[email protected]>
- Loading branch information
Showing
3 changed files
with
11 additions
and
0 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
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
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