Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src/seccomp_notify.c: fix static build #462

Merged
merged 1 commit into from
Nov 1, 2023
Merged

src/seccomp_notify.c: fix static build #462

merged 1 commit into from
Nov 1, 2023

Conversation

ffontaine
Copy link
Contributor

Fix the following static build failure raised even when seccomp is disabled:

src/seccomp_notify.c:10:10: fatal error: dlfcn.h: No such file or directory
   10 | #include <dlfcn.h>
      |          ^~~~~~~~~

Fixes:

Fix the following static build failure raised even when seccomp is
disabled:

src/seccomp_notify.c:10:10: fatal error: dlfcn.h: No such file or directory
   10 | #include <dlfcn.h>
      |          ^~~~~~~~~

Fixes:
 - http://autobuild.buildroot.org/results/71b4f35b3150183c7b44bc3897f01b0019e10ebe

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
@haircommander
Copy link
Collaborator

LGTM thanks!

@haircommander haircommander merged commit f0eb924 into containers:main Nov 1, 2023
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants