mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
Problem: RPM build does not support automake
Solution: build-depend on the toolchain and call autoreconf in the spec
This commit is contained in:
parent
0372e5ce22
commit
373b63de9e
@ -8,6 +8,7 @@ URL: http://www.zeromq.org/
|
|||||||
Source: http://download.zeromq.org/%{name}-%{version}.tar.gz
|
Source: http://download.zeromq.org/%{name}-%{version}.tar.gz
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
|
BuildRequires: autoconf automake libtool libsodium-devel glib2-devel
|
||||||
BuildRequires: gcc, make, gcc-c++, libstdc++-devel, asciidoc, xmlto
|
BuildRequires: gcc, make, gcc-c++, libstdc++-devel, asciidoc, xmlto
|
||||||
Requires: libstdc++
|
Requires: libstdc++
|
||||||
|
|
||||||
@ -72,6 +73,7 @@ This package contains ZeroMQ related development libraries and header files.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -fi
|
||||||
%configure \
|
%configure \
|
||||||
%{?_with_libsodium} \
|
%{?_with_libsodium} \
|
||||||
%{?_without_libsodium} \
|
%{?_without_libsodium} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user