Opened 15 years ago
Closed 15 years ago
#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 (2)
comment:1 Changed 15 years ago by tobypeterson
Keywords: | snowleopard removed |
---|---|
Summary: | vsftd 2.0.7 on OS 10.6 → vsftpd 2.0.7 on OS 10.6 |
Version: | 1.8.99 |
comment:2 Changed 15 years ago by tobypeterson
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r56541