[rasdaemon/f18] Add missing dependency

mchehab mchehab at fedoraproject.org
Tue May 28 19:08:12 UTC 2013


commit ab7034aa25f32cfe6e18f539c44a35ee830c2a7d
Author: Mauro Carvalho Chehab <mchehab at redhat.com>
Date:   Tue May 28 16:07:45 2013 -0300

    Add missing dependency
    
    checking for sqlite3_open in -lsqlite3... no
    configure: error: *** Unable to find sqlite3 library
    
    Signed-off-by: Mauro Carvalho Chehab <mchehab at redhat.com>

 rasdaemon.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/rasdaemon.spec b/rasdaemon.spec
index 477256c..395c51f 100644
--- a/rasdaemon.spec
+++ b/rasdaemon.spec
@@ -8,7 +8,7 @@ URL:			https://git.fedorahosted.org/git/rasdaemon.git
 Source0:		http://mchehab.fedorapeople.org/%{name}-%{version}.tar.bz2
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}
 Requires:		hwdata, dmidecode
-BuildRequires:		autoconf, automake, gettext-devel libtool
+BuildRequires:		autoconf, automake, gettext-devel, libtool, sqlite3-devel
 ExclusiveArch:		%{ix86} x86_64
 Requires(post):		systemd-units
 Requires(preun):	systemd-units


More information about the scm-commits mailing list