]> git.pld-linux.org Git - packages/bacula.git/commitdiff
- disable dbi for ac
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 13 Oct 2010 12:25:34 +0000 (12:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula.spec -> 1.161

bacula.spec

index 95af94c1c671501530b3cf533bb0ada08a99183b..2ad0cdd03784ad8efce144b3575e1fa87b91562b 100644 (file)
 # Conditional build:
 %bcond_without console_wx              # wx-console program
 %bcond_without bat                     # bat Qt4 GUI
+%if "%{pld_release}" != "ac"
 %bcond_without dbi                     # use Database Independent Abstraction Layer (libdbi)
+%else
+%bcond_with            dbi                     # use Database Independent Abstraction Layer (libdbi)
+%endif
 %bcond_without mysql                   # use MySQL
 %bcond_without pgsql                   # use PostgreSQL
 %bcond_without sqlite3                 # use SQLite3
This page took 0.118231 seconds and 4 git commands to generate.