summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-08-04 03:43:28 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-08-04 03:43:28 +0000
commiteb578fec7fd0a044097a44f60e2b2f9137894bea (patch)
tree00c577ddb1bcd67e2ba57275e3cb9dfc130cfd16 /lib
parentcab7d341dcd98138443bbdb51649f966093a3a84 (diff)
downloadsrc-test2-eb578fec7fd0a044097a44f60e2b2f9137894bea.tar.gz
src-test2-eb578fec7fd0a044097a44f60e2b2f9137894bea.zip
Ensure libregex is built in time for googletest
In lib/Makefile, we document the dependency with SUBDIR_DEPEND For buildworld orchestration, just prebuild libregex if GOOGLETEST is enabled. googletest will get built in a later pass.
Notes
Notes: svn path=/head/; revision=363824
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 3c29635ffda8..45c10e7e5c57 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -107,6 +107,7 @@ SUBDIR= ${SUBDIR_BOOTSTRAP} \
# libraries, those libraries should be listed as build order dependencies here.
SUBDIR_DEPEND_geom= libufs
+SUBDIR_DEPEND_googletest= libregex
SUBDIR_DEPEND_libarchive= libz libbz2 libexpat liblzma libmd libzstd
SUBDIR_DEPEND_libauditdm= libbsm
SUBDIR_DEPEND_libbsnmp= ${_libnetgraph}