Author: rpaulo
Date: Fri Oct 29 21:20:14 2010
New Revision: 214533
URL: http://svn.freebsd.org/changeset/base/214533

Log:
  Force include ../../libpcap/config.h since privsep.c groks pcap's
  internals.

Modified:
  head/sbin/pflogd/Makefile

Modified: head/sbin/pflogd/Makefile
==============================================================================
--- head/sbin/pflogd/Makefile   Fri Oct 29 21:12:44 2010        (r214532)
+++ head/sbin/pflogd/Makefile   Fri Oct 29 21:20:14 2010        (r214533)
@@ -6,6 +6,8 @@ PROG=   pflogd
 SRCS=  pflogd.c pidfile.c privsep.c privsep_fdpass.c
 MAN=   pflogd.8
 
+CFLAGS=-include ../../lib/libpcap/config.h
+
 LDADD= -lpcap -lutil
 DPADD= ${LIBPCAP} ${LIBUTIL}
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to