Skip to content

Commit 02529e7

Browse files
authored
Merge pull request #666 from rhuanbarreto/patch-2
Fix build problems for testing.
2 parents d4b6e41 + a225513 commit 02529e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bin/install-freetds.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55

66
FREETDS_VERSION=1.00.21
77

8-
wget ftp://ftp.freetds.org/pub/freetds/stable/freetds-$FREETDS_VERSION.tar.gz
8+
wget http://www.freetds.org/files/stable/freetds-$FREETDS_VERSION.tar.gz
99
tar -xzf freetds-$FREETDS_VERSION.tar.gz
1010
cd freetds-$FREETDS_VERSION
1111
./configure --prefix=/opt/local \

0 commit comments

Comments
 (0)