- 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
This commit is contained in:
Tomáš Chvátal 2015-04-11 08:23:15 +00:00 committed by Git OBS Bridge
parent 069858a7ef
commit 655924d4df
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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 \