Run autoreconf
OBS-URL: https://build.opensuse.org/package/show/server:database/libdbi-drivers?expand=0&rev=12
This commit is contained in:
parent
bed1ef9151
commit
e601b9ff71
@ -29,9 +29,12 @@ URL: http://libdbi-drivers.sf.net/
|
||||
#Source: http://downloads.sf.net/libdbi-drivers/%name-%version.tar.gz
|
||||
Source: %name-%version.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gettext
|
||||
BuildRequires: freetds-devel
|
||||
BuildRequires: libdbi-devel >= 0.9.0.g30
|
||||
BuildRequires: libtool
|
||||
BuildRequires: mysql-devel
|
||||
BuildRequires: openjade
|
||||
BuildRequires: postgresql-devel
|
||||
@ -110,6 +113,9 @@ FAKE_BUILDDATE=$(LC_ALL=C date -u -r %_sourcedir/%name.changes '+%%b %%e %%Y')
|
||||
sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" drivers/*/*.c
|
||||
|
||||
%build
|
||||
if [ ! -e configure ]; then
|
||||
autoreconf -fi
|
||||
fi
|
||||
%configure \
|
||||
--with-freetds \
|
||||
--with-mysql \
|
||||
|
Loading…
Reference in New Issue
Block a user