SPECS: bacula.spec - fix sqlite build

areq areq at pld-linux.org
Sat Jun 2 17:57:29 CEST 2007


Author: areq                         Date: Sat Jun  2 15:57:29 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix sqlite build

---- Files affected:
SPECS:
   bacula.spec (1.64 -> 1.65) 

---- Diffs:

================================================================
Index: SPECS/bacula.spec
diff -u SPECS/bacula.spec:1.64 SPECS/bacula.spec:1.65
--- SPECS/bacula.spec:1.64	Fri Apr 20 22:25:07 2007
+++ SPECS/bacula.spec	Sat Jun  2 17:57:23 2007
@@ -7,10 +7,10 @@
 # Conditional build:
 %bcond_without	console_wx	# wx-console program
 %bcond_without	gnome		# gnome-console program
-%bcond_without	mysql		# use mysql
+%bcond_without	sqlite		# use sqlite
+%bcond_with	mysql		# use mysql
 %bcond_with	python
 %bcond_with	rescue
-%bcond_with	sqlite		# use sqlite
 %bcond_with	sqlite3		# use sqlite3 insted sqlite
 %bcond_with	sqlite3_sync_off	# makes sqlite3 backend much faster, but less reliable
 %if %{with mysql}
@@ -844,6 +844,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.65  2007/06/02 15:57:23  areq
+- fix sqlite build
+
 Revision 1.64  2007/04/20 20:25:07  areq
 - mysql support
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/bacula.spec?r1=1.64&r2=1.65&f=u



More information about the pld-cvs-commit mailing list