Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Apr 2018 21:16:28 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r332337 - stable/11/libexec/dma/dmagent
Message-ID:  <201804092116.w39LGSDm072152@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804092116.w39LGSDm072152>