gtest: link against libregex for GNU extensions
gtest tests want to use \w ([[:alnum:]]) at the very least, which was causing them to fail after r363679. Start linking against libregex so that this shorthand is implemented. PR: 248452
This commit is contained in:
parent
61898cde69
commit
b4af4f93c6
@ -45,7 +45,7 @@ INTERNAL_CUSTOM_INCS+= gtest/internal/custom/gtest.h
|
||||
|
||||
SRCS+= gtest-all.cc
|
||||
|
||||
LIBADD+= pthread
|
||||
LIBADD+= pthread regex
|
||||
|
||||
HAS_TESTS=
|
||||
SUBDIR.${MK_TESTS}+= tests
|
||||
|
@ -320,7 +320,7 @@ _DP_dpv= dialog figpar util ncursesw
|
||||
_DP_dialog= ncursesw m
|
||||
_DP_cuse= pthread
|
||||
_DP_atf_cxx= atf_c
|
||||
_DP_gtest= pthread
|
||||
_DP_gtest= pthread regex
|
||||
_DP_gmock= gtest
|
||||
_DP_gmock_main= gmock
|
||||
_DP_gtest_main= gtest
|
||||
|
Loading…
Reference in New Issue
Block a user