We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I cannot build 0.4.0 because we import seccomp.h namespaces from libseccomp/seccomp.h:
libseccomp/seccomp.h
seccompfilter.c:4:10: fatal error: seccomp.h: No such file or directory 4 | #include <seccomp.h> | ^~~~~~~~~~~
What is the preferred way in fixing this? 😇
The text was updated successfully, but these errors were encountered:
Makefile.am: fix AM_CFLAGS
7ab2f25
fix rootless-containers#145 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
#146
Sorry, something went wrong.
9d7d67a
Successfully merging a pull request may close this issue.
I cannot build 0.4.0 because we import seccomp.h namespaces from
libseccomp/seccomp.h
:What is the preferred way in fixing this? 😇
The text was updated successfully, but these errors were encountered: