Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
bdb44240
Commit
bdb44240
authored
Mar 05, 2015
by
Marcin Siodelski
Browse files
[master] Merge branch 'trac3710'
parents
afdb598c
040dbc3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
bdb44240
...
...
@@ -278,6 +278,17 @@ case "$host" in
ENV_LIBRARY_PATH=DYLD_LIBRARY_PATH
;;
*-freebsd*)
# On FreeBSD10.1 pthread_cond_destroy doesn't work as documented, which
# causes the CondVarTest.destroyWhileWait test to fail. According to the
# pthread_cond_destroy documentation for FreeBSD, this function should
# return EBUSY error when there is a thread waiting for the conditional
# variable, whereas this function returned success code. We treat it here
# as an undefined behavior. Also note that this issue was only visible
# when gtest 1.7 was in use, because the previous versions of gtest
# didn't seem to have support for the death tests on FreeBSD. As a
# result, the test was not executed and the error didn't occur.
kea_undefined_pthread_behavior=yes
SET_ENV_LIBRARY_PATH=yes
;;
*-netbsd*)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment