File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2120,7 +2120,7 @@ test_bson_json_double (void)
2120
2120
ASSERT_CMPDOUBLE (bson_iter_double (& iter ), = = , 0.0 );
2121
2121
2122
2122
/* check that "x" is -0.0. signbit not available on Solaris or VS 2010 */
2123
- #if !defined(__sun ) && (!defined(_MSC_VER ) || (_MSC_VER >= 1800 ))
2123
+ #if !defined(__sun ) && !defined( __FreeBSD__ ) && (!defined(_MSC_VER ) || (_MSC_VER >= 1800 ))
2124
2124
BSON_ASSERT (signbit (bson_iter_double (& iter )));
2125
2125
#endif
2126
2126
Original file line number Diff line number Diff line change @@ -395,7 +395,6 @@ if (ENABLE_SHM_COUNTERS STREQUAL "ON")
395
395
find_library (RT_LIBRARY rt HINTS /usr/lib32 )
396
396
if (RT_LIBRARY )
397
397
set (SHM_LIBRARIES rt )
398
- set (SHM_LIBRARIES m )
399
398
endif ()
400
399
endif ()
401
400
You can’t perform that action at this time.
0 commit comments