freetds removed
authorshort <>
Wed, 24 Apr 2002 14:05:34 +0000 (14:05 +0000)
committershort <>
Wed, 24 Apr 2002 14:05:34 +0000 (14:05 +0000)
 - server to be used just on Paulina, Rallye has separate build anyway

bin/vellumweb-build

index 8a5e43d..be0078d 100755 (executable)
@@ -9,7 +9,6 @@ pkgs="
        httpd=apache_1.3.24
        openssl=openssl-0.9.6c
        modssl=mod_ssl-2.8.8-1.3.24
-       freetds=freetds-0.53
        php=php-4.2.0
        csacek=csacek-2.1.9
        "
@@ -76,20 +75,11 @@ pushd $modssl
                --with-key=/etc/httpd/conf/ssl.key/server.key
 popd
 
-pushd $freetds
-       rm -rf /usr/local/freetds*
-       ./configure --prefix=/usr/local/freetds \
-               --with-tdsver=4.2
-       make
-       make install
-popd
-
 pushd $php
        ./configure --with-mysql=/usr/local/mysql --with-apache=../$httpd \
                --enable-track-vars \
                --enable-memory-limit=yes \
-               --enable-debug=no \
-               --with-sybase=/usr/local/freetds
+               --enable-debug=no
        make
        make install
 popd