]> git.pld-linux.org Git - packages/bacula.git/commitdiff
- fix sqlite build
authorareq <areq@pld-linux.org>
Sat, 2 Jun 2007 15:57:23 +0000 (15:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula.spec -> 1.65

bacula.spec

index 57d29bdb5fde06e8e525442e80882ee3aef65ac3..19475cf5ce9474076bf1edaeabe16d3cfacc0259 100644 (file)
@@ -6,10 +6,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}
This page took 0.089262 seconds and 4 git commands to generate.