Ticket #20898 (closed defect: fixed)
vsftpd 2.0.7 on OS 10.6
| Reported by: | andrea@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | Cc: | ||
| Port: | vsftpd |
Description
To build successfully vsftpd on Snow Leopard I modified patch-sysdeputil.c.diff removing the second part of the patch (PAM):
--- sysdeputil.c.orig 2005-04-16 17:14:08.000000000 -0400 +++ sysdeputil.c 2005-04-16 17:15:02.000000000 -0400 @@ -58,6 +58,10 @@ #define __USE_GNU #include <utmpx.h> +#if defined(__APPLE__) + #undef VSF_SYSDEP_HAVE_UTMPX +#endif + /* BEGIN config */ #if defined(__linux__) && !defined(__ia64__) && !defined(__s390__) #define VSF_SYSDEP_TRY_LINUX_SETPROCTITLE_HACK
Change History
Note: See
TracTickets for help on using
tickets.

