]> git.pld-linux.org Git - packages/ekg2.git/commitdiff
- fix -plugin-logsqlite with sqlite3
authorKarol Krenski <charles@pld-linux.org>
Tue, 16 May 2006 20:00:58 +0000 (20:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ekg2.spec -> 1.63

ekg2.spec

index c6f7f672c197cb772e02112df416b793fec7cd1b..f66496dc00c96720c9ad1dbaee26b8f6ddc7d21b 100644 (file)
--- a/ekg2.spec
+++ b/ekg2.spec
@@ -334,7 +334,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/plugins/ioctld
 %attr(4755,root,root) %{_libexecdir}/ioctld
 
-%if %{with sqlite}
+%if %{with sqlite} || %{with sqlite3}
 %files plugin-logsqlite
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/%{name}/plugins/logsqlite.so
This page took 0.05925 seconds and 4 git commands to generate.