]> git.pld-linux.org Git - packages/freetds.git/commitdiff
- updated to 1.1.4 auto/th/freetds-1.1.4-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 31 Mar 2019 07:17:33 +0000 (09:17 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Sun, 31 Mar 2019 07:17:33 +0000 (09:17 +0200)
freetds-no-Llibdir.patch
freetds.spec

index b5202e210e7e54d677c25e05d792e57021b28c80..a641653442be7f993fbdfc12b4dce2e553f390b8 100644 (file)
@@ -4,12 +4,12 @@
        if test -f "$with_unixodbc/bin/odbc_config"; then
                ODBC_CONFIG="$with_unixodbc/bin/odbc_config"
                ODBC_INC=`$ODBC_CONFIG --include-prefix`
--              LDFLAGS="$LDFLAGS -L`$ODBC_CONFIG --lib-prefix`"
+-              ODBC_LDFLAGS="-L`$ODBC_CONFIG --lib-prefix`"
        else
                # if not available do not use system default
                ODBC_CONFIG=""
                ODBC_INC="$with_unixodbc/include"
--              LDFLAGS="$LDFLAGS -L$with_unixodbc/lib"
+-              ODBC_LDFLAGS="-L$with_unixodbc/lib"
        fi
        test -r "$ODBC_INC/sql.h" || AC_ERROR([sql.h not found])
        test -r "$ODBC_INC/sqlext.h" || AC_ERROR([sqlext.h not found])
index 9febd30a1d0dba3ffc2eb955a7fba9c141048859..e7e0ffa264f488ecf4211e3e0ac6bc2a94b8dfe2 100644 (file)
 Summary:       Free implementation of Sybase's db-lib
 Summary(pl.UTF-8):     Wolnodostępna implementacja db-lib firmy Sybase
 Name:          freetds
-Version:       1.00.109
+Version:       1.1.4
 Release:       1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       ftp://ftp.freetds.org/pub/freetds/stable/%{name}-%{version}.tar.bz2
-# Source0-md5: 515af1c2906a563e8282fc6026c18ebf
+# Source0-md5: 5433c7cf57fe399cc655029b7e21575b
 Patch0:                %{name}-no-Llibdir.patch
 URL:           http://www.freetds.org/
 BuildRequires: autoconf >= 2.53
This page took 0.0858640000000001 seconds and 4 git commands to generate.