From 6871d4882591c9a8fcab24d084c93f0a2972e1af Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 4 Jan 2019 18:35:25 +0000 Subject: [PATCH] Add explicit csu test dependency lib/csu/tests/dynamiclib requires libh_csu.so be built first. I'm not sure this is the most correct/best way to address this but it solves the issue in my testing. PR: 233734 Sponsored by: The FreeBSD Foundation --- lib/csu/tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/csu/tests/Makefile b/lib/csu/tests/Makefile index 693aa503e93..a1d4cee4003 100644 --- a/lib/csu/tests/Makefile +++ b/lib/csu/tests/Makefile @@ -5,4 +5,6 @@ TESTS_SUBDIRS= dynamic TESTS_SUBDIRS+= dynamiclib TESTS_SUBDIRS+= static +SUBDIR_DEPEND_dynamiclib=dso + .include