From: Gunnar Beutner Date: Fri, 12 Oct 2012 08:50:16 +0000 (+0200) Subject: Build fix for FreeBSD. X-Git-Tag: v0.0.1~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b11b2b2670a80858e745dcd7b48178722e94c6c;p=icinga2 Build fix for FreeBSD. Fixes #3271 --- diff --git a/autogen.sh b/autogen.sh index b9a2a609d..691582169 100755 --- a/autogen.sh +++ b/autogen.sh @@ -156,6 +156,7 @@ do if test -z "$NO_LIBTOOLIZE" ; then echo "Running libtoolize..." libtoolize --force --copy + find third-party/ltdl \! -perm u=w -exec chmod u+w '{}' ';' fi fi echo "Running aclocal $aclocalinclude ..."