diff --git a/freetds.changes b/freetds.changes index f2eb4f9..611d60f 100644 --- a/freetds.changes +++ b/freetds.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Apr 11 08:22:48 UTC 2015 - tchvatal@suse.com + +- Drop autoreconf call which was pointless. Seems to build without + and thus fixes build on sle11. + ------------------------------------------------------------------- Fri Mar 13 13:23:53 UTC 2015 - tchvatal@suse.com diff --git a/freetds.spec b/freetds.spec index 6132cd5..3baed61 100644 --- a/freetds.spec +++ b/freetds.spec @@ -23,8 +23,6 @@ Summary: A free re-implementation of the TDS (Tabular Data Stream) protoc License: LGPL-2.1+ and GPL-2.0+ Group: Productivity/Databases/Clients Url: http://www.freetds.org/ -#Git-Web: https://gitorious.org/freetds -#Git-Clone: git://gitorious.org/freetds/freetds Source: ftp://ftp.freetds.org/pub/freetds/stable/%{name}-%{version}.tar.gz BuildRequires: fdupes BuildRequires: gcc-c++ @@ -128,7 +126,6 @@ and can be installed even if FreeTDS main package is not installed %setup -q %build -autoreconf -fvi %configure \ --with-unixodbc=%{_prefix} \ --enable-threadsafe \