diff options
Diffstat (limited to 'builds/redhat')
-rw-r--r-- | builds/redhat/zeromq.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/builds/redhat/zeromq.spec b/builds/redhat/zeromq.spec index 28e5c94..11c3c95 100644 --- a/builds/redhat/zeromq.spec +++ b/builds/redhat/zeromq.spec @@ -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 |