mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Revert "Merge branch 'seccomp' of https://github.com/aszlig/nix"
This reverts commit9f3f2e21ed
, reversing changes made to47f587700d
.
This commit is contained in:
parent
11f0680f69
commit
3a4bd320c2
6 changed files with 30 additions and 139 deletions
|
@ -193,15 +193,6 @@ AC_SUBST(HAVE_SODIUM, [$have_sodium])
|
|||
PKG_CHECK_MODULES([LIBLZMA], [liblzma], [CXXFLAGS="$LIBLZMA_CFLAGS $CXXFLAGS"])
|
||||
|
||||
|
||||
# Look for libseccomp, required for Linux sandboxing.
|
||||
if test "$sys_name" = linux; then
|
||||
PKG_CHECK_MODULES([LIBSECCOMP], [libseccomp],
|
||||
[CXXFLAGS="$LIBSECCOMP_CFLAGS $CXXFLAGS"])
|
||||
# AC_CHECK_LIB([seccomp], [seccomp_init], [true],
|
||||
# [AC_MSG_ERROR([Nix requires libseccomp for sandboxing. See https://github.com/seccomp/libseccomp.])])
|
||||
fi
|
||||
|
||||
|
||||
# Look for aws-cpp-sdk-s3.
|
||||
AC_LANG_PUSH(C++)
|
||||
AC_CHECK_HEADERS([aws/s3/S3Client.h],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue