Skip to content

Commit 3d52aa6

Browse files
committed
.travis.yml: update to apr 1.6.5
1 parent 935d3b0 commit 3d52aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_install:
1919
- tar zxvf db2unit.tar.gz
2020

2121
# Retrieves the apr
22-
- cd /tmp ; wget http://www.us.apache.org/dist/apr/apr-1.6.3.tar.gz ; tar zxf apr-1.6.3.tar.gz ; cd apr-1.6.3 ;
22+
- cd /tmp ; wget http://www.us.apache.org/dist/apr/apr-1.6.5.tar.gz ; tar zxf apr-1.6.5.tar.gz ; cd apr-1.6.5 ;
2323
- cd /tmp ; wget http://www.us.apache.org/dist/apr/apr-util-1.6.1.tar.gz ; tar zxf apr-util-1.6.1.tar.gz ; cd apr-util-1.6.1 ;
2424

2525
# INSTALL
@@ -29,7 +29,7 @@ before_install:
2929
- sudo apt-get install libaio1 lib32stdc++6 -y
3030
- sudo apt-get install -qq libpam-ldap:i386
3131
- sudo ln -s /lib/i386-linux-gnu/libpam.so.0 /lib/libpam.so.0
32-
- cd /tmp/apr-1.6.3 ; ./configure --prefix=/usr/local/apr CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ; sudo make ; sudo make install
32+
- cd /tmp/apr-1.6.5 ; ./configure --prefix=/usr/local/apr CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ; sudo make ; sudo make install
3333
- cd /tmp/apr-util-1.6.1 ; ./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr ; sudo make ; sudo make install
3434

3535
# Checks the prerequisites

0 commit comments

Comments
 (0)