ports/ftp/tnftpd/files/patch-src-Makefile.am
Fernando Apesteguía 114a831ecb ftp/tnftpd: update to 20200704
Includes fix for clang11 -fno-common issue
While here, pet linters.

PR:	248831
Submitted by:	cejkar@fit.vutbr.cz (maintainer)
MFH:	2020Q3 (build fix, fno-common)
2020-09-02 06:40:06 +00:00

23 lines
437 B
Text

FreeBSD does have support for utmp/utmpx, so include relevant files into
a build.
--- src/Makefile.am.orig 2019-01-29 12:51:38 UTC
+++ src/Makefile.am
@@ -8,7 +8,9 @@ tnftpd_SOURCES = \
ftpd.c \
ftpcmd.y \
pfilter.c \
- popen.c
+ popen.c \
+ logutmp.c \
+ logwtmp.c
noinst_HEADERS = \
extern.h \
@@ -51,6 +53,4 @@ seddotin = \
EXTRA_DIST = \
ftpd.conf.manin \
ftpusers.manin \
- logutmp.c \
- logwtmp.c \
tnftpd.manin