mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
This commit is contained in:
parent
33c80c7cc2
commit
6871d48825
1 changed files with 2 additions and 0 deletions
|
|
@ -5,4 +5,6 @@ TESTS_SUBDIRS= dynamic
|
|||
TESTS_SUBDIRS+= dynamiclib
|
||||
TESTS_SUBDIRS+= static
|
||||
|
||||
SUBDIR_DEPEND_dynamiclib=dso
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue