summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbluhm <bluhm@openbsd.org>2020-12-26 16:37:54 +0000
committerbluhm <bluhm@openbsd.org>2020-12-26 16:37:54 +0000
commiteec2f7d02d1824fb175a7436d87ee80a0b11edc8 (patch)
treed0fa032e26997e9d7436cd6add77e30b53d8e5b8
parentbpf(4): bpf_d struct: replace bd_rdStart member with bd_nreaders member (diff)
downloadwireguard-openbsd-eec2f7d02d1824fb175a7436d87ee80a0b11edc8.tar.xz
wireguard-openbsd-eec2f7d02d1824fb175a7436d87ee80a0b11edc8.zip
Include expat_config.h to run regress with matching set of ifdefs.
-rw-r--r--regress/lib/libexpat/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/lib/libexpat/Makefile.inc b/regress/lib/libexpat/Makefile.inc
index ed6937428f9..633b48ea71c 100644
--- a/regress/lib/libexpat/Makefile.inc
+++ b/regress/lib/libexpat/Makefile.inc
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile.inc,v 1.2 2017/07/06 13:11:15 bluhm Exp $
+# $OpenBSD: Makefile.inc,v 1.3 2020/12/26 16:37:54 bluhm Exp $
EXPATDIR= ${.CURDIR}/../../../../lib/libexpat
.PATH: ${EXPATDIR}/tests ${EXPATDIR}/tests/benchmark
PROG= ${.CURDIR:T}
-CFLAGS= -I${EXPATDIR}/lib
-CPPFLAGS= -I${EXPATDIR}/lib
+CFLAGS= -I${EXPATDIR}/lib -I${EXPATDIR} -DHAVE_EXPAT_CONFIG_H
+CPPFLAGS= -I${EXPATDIR}/lib -I${EXPATDIR} -DHAVE_EXPAT_CONFIG_H
LDADD= -lexpat
DPADD= ${LIBEXPAT}
DEBUG?= -g