]> granicus.if.org Git - icinga2/commitdiff
Build fix for FreeBSD.
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 12 Oct 2012 08:50:16 +0000 (10:50 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 12 Oct 2012 09:05:46 +0000 (11:05 +0200)
Fixes #3271

autogen.sh

index b9a2a609dd4547208ef0147a1bd2c3ffd0543065..691582169e966a6adbae53bf120ac2eab167880f 100755 (executable)
@@ -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 ..."