packages: syslog-ng/syslog-ng.spec - fixed building without sql

lkrotowski lkrotowski at pld-linux.org
Sat May 5 23:27:50 CEST 2012


Author: lkrotowski                   Date: Sat May  5 21:27:49 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fixed building without sql

---- Files affected:
packages/syslog-ng:
   syslog-ng.spec (1.251 -> 1.252) 

---- Diffs:

================================================================
Index: packages/syslog-ng/syslog-ng.spec
diff -u packages/syslog-ng/syslog-ng.spec:1.251 packages/syslog-ng/syslog-ng.spec:1.252
--- packages/syslog-ng/syslog-ng.spec:1.251	Mon Apr 23 08:25:27 2012
+++ packages/syslog-ng/syslog-ng.spec	Sat May  5 23:27:44 2012
@@ -464,9 +464,11 @@
 %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
@@ -492,6 +494,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.252  2012/05/05 21:27:44  lkrotowski
+- fixed building without sql
+
 Revision 1.251  2012/04/23 06:25:27  baggins
 - rel 3
 - fix systemd comments in configs (man systemd-journald.conf ; /ImportKernel)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/syslog-ng/syslog-ng.spec?r1=1.251&r2=1.252



More information about the pld-cvs-commit mailing list