> From: "Joe Stringer" <[email protected]> > To: [email protected] > Sent: Wednesday, September 21, 2016 2:36:42 PM > Subject: [ovs-dev] [PATCH] travis: Work around glibtoolize error. > > Signed-off-by: Joe Stringer <[email protected]> > --- > .travis/osx-prepare.sh | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/.travis/osx-prepare.sh b/.travis/osx-prepare.sh > index cf46d872edfa..611c0709d760 100755 > --- a/.travis/osx-prepare.sh > +++ b/.travis/osx-prepare.sh > @@ -1,3 +1,5 @@ > #!/bin/bash > set -ev > pip install --user six > + > +brew uninstall libtool && brew install libtool || true > -- > 2.9.3 >
LGTM, although I wonder what changed in the base image and hope we don't see similar drift in the future... Acked-by: Lance Richardson <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
