forked from pool/vsftpd
afb6927f52
Fix building on x86_64 OS 11.4 and older. OBS-URL: https://build.opensuse.org/request/show/115133 OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=40
12 lines
356 B
Diff
12 lines
356 B
Diff
--- vsftpd-3.0.0/seccompsandbox.c 2012-04-04 18:41:51.000000000 -0400
|
|
+++ vsftpd-3.0.0+/seccompsandbox.c 2012-04-23 06:06:00.000000000 -0400
|
|
@@ -10,7 +10,7 @@
|
|
|
|
#include "seccompsandbox.h"
|
|
|
|
-#if defined(__linux__) && defined(__x86_64__)
|
|
+#if defined(__linux__) && defined(__x86_64__) && defined(USE_SECCOMP)
|
|
|
|
#include "session.h"
|
|
#include "sysutil.h"
|