[rmol] [Build] Added missing dependencies for the build (MySQL).

Denis Arnaud denisarnaud at fedoraproject.org
Sun Oct 23 21:16:11 UTC 2011


commit bcde286e2c5be0b4c7ff139db5be40d60867b086
Author: Denis Arnaud <denis.arnaud_fedora at m4x.org>
Date:   Sun Oct 23 23:16:04 2011 +0200

    [Build] Added missing dependencies for the build (MySQL).

 rmol.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/rmol.spec b/rmol.spec
index ee06760..495dc94 100644
--- a/rmol.spec
+++ b/rmol.spec
@@ -13,7 +13,8 @@ URL:            http://%{name}.sourceforge.net
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-BuildRequires:  cmake, python-devel, boost-devel
+BuildRequires:  cmake, python-devel
+BuildRequires:  boost-devel, soci-mysql-devel, zeromq-devel
 BuildRequires:  readline-devel, stdair-devel, airrac-devel
 
 


More information about the scm-commits mailing list