[libcutl/el5] Manually specifying boost-regex and boost-system as dependencies for EL 5

Dave Johansen daveisfera at fedoraproject.org
Thu Jul 25 15:03:34 UTC 2013


commit d892163f63d87638498fcd1c115f353b9a659277
Author: Dave Johansen <davejohansen at gmail.com>
Date:   Thu Jul 25 08:03:09 2013 -0700

    Manually specifying boost-regex and boost-system as dependencies for EL 5

 libcutl.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libcutl.spec b/libcutl.spec
index 6bf4504..5a350df 100644
--- a/libcutl.spec
+++ b/libcutl.spec
@@ -15,6 +15,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Use the system Boost instead of the internal one
 BuildRequires: boost-devel
+# Manually specify the needed Boost packages because they aren't being installed on EL 5
+BuildRequires: boost-regex
+BuildRequires: boost-system
 # Uses pkgconfig
 BuildRequires: pkgconfig
 


More information about the scm-commits mailing list