mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 15:44:11 +02:00
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
|
break
|
||||||
fi
|
fi
|
||||||
done
|
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
|
if ls "$libsubdir/libboost_"* >/dev/null 2>&1 ; then
|
||||||
BOOST_LDFLAGS="-L$libsubdir"
|
BOOST_LDFLAGS="-L$libsubdir"
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
IFS=$save_IFS
|
||||||
BOOST_CPPFLAGS="-I$ac_boost_path_tmp/include"
|
BOOST_CPPFLAGS="-I$ac_boost_path_tmp/include"
|
||||||
BOOST_PATH="$ac_boost_path_tmp"
|
BOOST_PATH="$ac_boost_path_tmp"
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user