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

Commits on Nov 1, 2023

  1. src/seccomp_notify.c: fix static build

    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>
    ffontaine committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    6cfcea9 View commit details
    Browse the repository at this point in the history