mirror of https://github.com/Icinga/icinga2.git
Build fix for FreeBSD.
This commit is contained in:
parent
533c8a8454
commit
9a031efb75
|
@ -116,12 +116,14 @@ if test "x$want_boost" = "xyes"; then
|
|||
break
|
||||
fi
|
||||
done
|
||||
for libsubdir in ${sys_dlsearch_path//:/ }; do
|
||||
save_IFS=$IFS; IFS=:
|
||||
for libsubdir in $sys_dlsearch_path; do
|
||||
if ls "$libsubdir/libboost_"* >/dev/null 2>&1 ; then
|
||||
BOOST_LDFLAGS="-L$libsubdir"
|
||||
break
|
||||
fi
|
||||
done
|
||||
IFS=$save_IFS
|
||||
BOOST_CPPFLAGS="-I$ac_boost_path_tmp/include"
|
||||
BOOST_PATH="$ac_boost_path_tmp"
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue