]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Handle debian's libtool-bin change
authorTravis Cross <tc@traviscross.com>
Thu, 30 Oct 2014 00:19:52 +0000 (00:19 +0000)
committerTravis Cross <tc@traviscross.com>
Thu, 30 Oct 2014 00:25:43 +0000 (00:25 +0000)
commit9bf834fe58b66b7b152a6a2beb9c829cf9857c3e
tree0da2296670804cac08ef34abcecb1cdc2f81c4fb
parent8bfc4f2def6d52090a3d48c6a0bf6a3cb0b1d3ca
Handle debian's libtool-bin change

The libtool binary used to be contained in the libtool package.  As of
current sid/jessie the libtool package contains everything about
libtool but the libtool binary, and we need to install libtool-bin to
get the libtool binary itself.  Which is to say that Debian decided to
make the libtool package architecture-independent.

Without this commit the FS debian packaging will not build/bootstrap
on sid/jessie.
debian/bootstrap.sh