CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/02/20 10:22:28
Modified files:
devel/abseil-cpp: Makefile
Log message:
Clarify that tests do not build dynamic libs
pre-test symlinks *.so.* from the build phase into one directory so that
test programs use that in LD_LIBRARY_PATH (alternative would be to
TEST_DEPENDS += ${PKGPATH}, i.e. install abseil between build and test).
Tests only need libs from the build phase and do not build dynamic ones
themselves, so collect *.so.* first and then build tests to make it clear.
No test result change.