[packages/freetds] - updated to 1.1.4
adamg
adamg at pld-linux.org
Sun Mar 31 09:17:41 CEST 2019
commit 9d1d6acd637286c55f08f8598253a8e07f056c97
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date: Sun Mar 31 09:17:33 2019 +0200
- updated to 1.1.4
freetds-no-Llibdir.patch | 4 ++--
freetds.spec | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/freetds.spec b/freetds.spec
index 9febd30..e7e0ffa 100644
--- a/freetds.spec
+++ b/freetds.spec
@@ -17,12 +17,12 @@
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
diff --git a/freetds-no-Llibdir.patch b/freetds-no-Llibdir.patch
index b5202e2..a641653 100644
--- a/freetds-no-Llibdir.patch
+++ b/freetds-no-Llibdir.patch
@@ -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])
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/freetds.git/commitdiff/9d1d6acd637286c55f08f8598253a8e07f056c97
More information about the pld-cvs-commit
mailing list