There is the patch I wrote. -- Aribaud Yannis EFREI P2010 Mutt dit "le MUA qui ROX" ... Nous c'est le GNU !
Author: Aribaud Yannis <b...@d6bell.net> Description: Fix problems with libnss-pgsql (Debian bug #562805) by not defining VSF_SYSDEP_HAVE_LINUX_CLONE
diff -rc vsftpd-2.2.2-origdeb/sysdeputil.c vsftpd-2.2.2/sysdeputil.c *** vsftpd-2.2.2-origdeb/sysdeputil.c 2009-12-29 17:32:52.000000000 +0100 --- vsftpd-2.2.2/sysdeputil.c 2009-12-29 17:49:50.000000000 +0100 *************** *** 67,75 **** #if defined(__linux__) #include <errno.h> #include <syscall.h> - #if !defined(__alpha__) - #define VSF_SYSDEP_HAVE_LINUX_CLONE - #endif #include <sched.h> #ifndef CLONE_NEWPID #define CLONE_NEWPID 0x20000000 --- 67,72 ----