svn commit: r332337 - stable/11/libexec/dma/dmagent
Ed Maste
emaste at FreeBSD.org
Mon Apr 9 21:16:29 UTC 2018
Author: emaste
Date: Mon Apr 9 21:16:28 2018
New Revision: 332337
URL: https://svnweb.freebsd.org/changeset/base/332337
Log:
dmagent: add -D_WITH_GETLINE to fix stable/11 build
The need for _WITH_GETLINE and _WITH_DPRINTF was removed in HEAD in
r303524 but is still needed in stable/11 to enable prototypes for these
functions.
Modified:
stable/11/libexec/dma/dmagent/Makefile
Modified: stable/11/libexec/dma/dmagent/Makefile
==============================================================================
--- stable/11/libexec/dma/dmagent/Makefile Mon Apr 9 20:00:07 2018 (r332336)
+++ stable/11/libexec/dma/dmagent/Makefile Mon Apr 9 21:16:28 2018 (r332337)
@@ -20,6 +20,7 @@ SRCS= aliases_parse.y \
MAN8= dma.8
CONFS= dma.conf
CONFSDIR= ${CONFDIR}/dma
+CFLAGS+= -D_WITH_GETLINE
YFLAGS+= -i
CLEANFILES= aliases_parse.i
FILES= mailer.conf
More information about the svn-src-stable-11
mailing list