svn commit: r310998 - stable/10/lib/libarchive/tests
Ngie Cooper
ngie at FreeBSD.org
Sun Jan 1 04:48:39 UTC 2017
Author: ngie
Date: Sun Jan 1 04:48:38 2017
New Revision: 310998
URL: https://svnweb.freebsd.org/changeset/base/310998
Log:
MFstable/11 r310997:
MFC r310996:
Look for list.h in ${.CURDIR} to unbreak the build with a ports-based copy
of llvm38 on ^/stable/11 (oh, the bugs you find when you set CC,CXX,CPP
manually and it skips the bootstrap stage for the toolchain...)
Modified:
stable/10/lib/libarchive/tests/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/lib/libarchive/tests/Makefile
==============================================================================
--- stable/10/lib/libarchive/tests/Makefile Sun Jan 1 04:45:06 2017 (r310997)
+++ stable/10/lib/libarchive/tests/Makefile Sun Jan 1 04:48:38 2017 (r310998)
@@ -11,7 +11,7 @@ BINDIR= ${TESTSDIR}
PROGS+= libarchive_test
-CFLAGS+= -I${.CURDIR:H} -I${.OBJDIR}
+CFLAGS+= -I${.CURDIR} -I${.CURDIR:H} -I${.OBJDIR}
CFLAGS+= -I${LIBARCHIVEDIR}/libarchive -I${LIBARCHIVEDIR}/test_utils
CFLAGS+= -DHAVE_LIBLZMA=1 -DHAVE_LZMA_H=1
More information about the svn-src-stable
mailing list