We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2929d73 commit b2525c9Copy full SHA for b2525c9
travis/build-libunwind.sh
@@ -1,9 +1,8 @@
1
#!/bin/bash
2
yum install -y libtool
3
cd
4
-git clone --depth 1 git://git.sv.gnu.org/libunwind.git
5
-cd libunwind/
6
-# what did you expect? this is centos 5 :), automake is a dinosaur
7
-sed -i -e "s/LT_INIT/AC_PROG_LIBTOOL/" configure.ac
8
-./autogen.sh
+wget http://download.savannah.gnu.org/releases/libunwind/libunwind-1.2.tar.gz
+tar xf libunwind-1.2.tar.gz
+cd libunwind-1.2/
+./configure
9
make install
0 commit comments