]> git.pld-linux.org Git - packages/syslog-ng.git/commitdiff
- fixed building without sql
authorŁukasz Krotowski <lkrotowski@pld-linux.org>
Sat, 5 May 2012 21:27:44 +0000 (21:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    syslog-ng.spec -> 1.252

syslog-ng.spec

index 49c7f0c64f3a065d339a970ebdeac88d3704ec32..48c75ab2958163b32d70e20a853240b32c94cb18 100644 (file)
@@ -463,9 +463,11 @@ exit 0
 %attr(755,root,root) %{_libdir}/syslog-ng/libafmongodb.so
 %endif
 
+%if %{with sql}
 %files module-afsql
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/syslog-ng/libafsql.so
+%endif
 
 %if %{with json}
 %files module-tfjson
This page took 0.187967 seconds and 4 git commands to generate.