mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 08:46:44 +01:00
Small fix for the rhel6 spec
Signed-off-by: Sebastian Otaegui <feniix@gmail.com>
This commit is contained in:
parent
a689047de0
commit
92618fd99a
@ -10,10 +10,11 @@ Prefix: %{_prefix}
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
%if %{?rhel}%{!?rhel:0} >= 6
|
||||
BuildRequires: libuuid-devel, gcc, make, gcc-c++, libstdc++-devel
|
||||
Requires: libuuid, libstdc++
|
||||
%else
|
||||
BuildRequires: uuid-devel, gcc, make, gcc-c++, libstdc++-devel
|
||||
%endif
|
||||
Requires: uuid, libstdc++
|
||||
%endif
|
||||
|
||||
# Build pgm only on supported archs
|
||||
%ifarch pentium3 pentium4 athlon i386 i486 i586 i686 x86_64
|
||||
|
Loading…
x
Reference in New Issue
Block a user