From 655924d4df021afc6cdf67b2940736619c5c54f1067560dc4928994f97c1a663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 11 Apr 2015 08:23:15 +0000 Subject: [PATCH] - Drop autoreconf call which was pointless. Seems to build without and thus fixes build on sle11. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/freetds?expand=0&rev=22 --- freetds.changes | 6 ++++++ freetds.spec | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) 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 \