[Pkg-bitcoin-commits] [libunivalue] 09/38: [travis] Work around osx libtool issue

Jonas Smedegaard dr at jones.dk
Mon Feb 27 01:13:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libunivalue.

commit 9f0b9975925b202ab130714e5422f8dd8bf40ac3
Author: MarcoFalke <falke.marco at gmail.com>
Date:   Sun Sep 25 22:03:45 2016 +0200

    [travis] Work around osx libtool issue
    
    c.f. https://github.com/mkrufky/libdvbtee/issues/22
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index d318d9c..132743d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,3 @@
-
 language: cpp
 
 compiler:
@@ -26,6 +25,7 @@ addons:
       - pkg-config
 
 before_script:
+  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew uninstall libtool; brew install libtool; fi
   - if [ -n "$USE_SHELL" ]; then export CONFIG_SHELL="$USE_SHELL"; fi
   - test -n "$USE_SHELL" && eval '"$USE_SHELL" -c "./autogen.sh"' || ./autogen.sh
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/libunivalue.git



More information about the Pkg-bitcoin-commits mailing list