Commit bbf771f9 authored by Marian Durkovic's avatar Marian Durkovic

-pthread is needing during linking phase as well

parent 97c839d1
......@@ -183,7 +183,7 @@ case "${target_os}" in
freebsd*)
CPPFLAGS_save="${CPPFLAGS_save} -I/usr/local/include"
CPPFLAGS="${CPPFLAGS_save}"
LDFLAGS_save="${LDFLAGS_save} -L/usr/local/lib"
LDFLAGS_save="${LDFLAGS_save} -L/usr/local/lib -pthread"
LDFLAGS="${LDFLAGS_save}"
;;
esac
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment