- 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:
parent
069858a7ef
commit
655924d4df
@ -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
|
Fri Mar 13 13:23:53 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -23,8 +23,6 @@ Summary: A free re-implementation of the TDS (Tabular Data Stream) protoc
|
|||||||
License: LGPL-2.1+ and GPL-2.0+
|
License: LGPL-2.1+ and GPL-2.0+
|
||||||
Group: Productivity/Databases/Clients
|
Group: Productivity/Databases/Clients
|
||||||
Url: http://www.freetds.org/
|
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
|
Source: ftp://ftp.freetds.org/pub/freetds/stable/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -128,7 +126,6 @@ and can be installed even if FreeTDS main package is not installed
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fvi
|
|
||||||
%configure \
|
%configure \
|
||||||
--with-unixodbc=%{_prefix} \
|
--with-unixodbc=%{_prefix} \
|
||||||
--enable-threadsafe \
|
--enable-threadsafe \
|
||||||
|
Loading…
Reference in New Issue
Block a user