]> git.pld-linux.org Git - packages/exim.git/commitdiff
mysql isn't compiled by default, now
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 6 Dec 2000 21:36:09 +0000 (21:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exim.spec -> 1.40

exim.spec

index 82c8c15795646fed130b31c5ae21c63fa227cfaa..93ceb3b246094d804a8417743d24850551b9d2e7 100644 (file)
--- a/exim.spec
+++ b/exim.spec
@@ -1,6 +1,6 @@
 # Conditional build:
 # bcond_off_pgsql - build wihtout PostgreSQ support
-# bcond_off_mysql - build wihtout MySQL support
+# bcond_on_mysql - build with MySQL support
 # bcond_off_ldap - build without LDAP support
 
 Summary:       University of Cambridge Mail Transfer Agent 
@@ -36,7 +36,7 @@ Patch3:               %{name}-use_system_pcre.patch
 Patch4:                %{name}-Makefile-Default.patch
 URL:           http://www.exim.org/
 %{!?bcond_off_ldap:BuildRequires: openldap-devel >= 2.0.0}
-%{!?bcond_off_mysql:BuildRequires: mysql-devel}
+%{?bcond_on_mysql:BuildRequires: mysql-devel}
 %{!?bcond_off_pgsql:BuildRequires: postgresql-devel}
 BuildRequires: texinfo
 BuildRequires: perl
@@ -111,7 +111,7 @@ cp exim_monitor/EDITME Local/eximon.conf
 
 %build
 %{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" \
-       %{!?bcond_off_mysql:LOOKUP_MYSQL=yes} \
+       %{?bcond_on_mysql:LOOKUP_MYSQL=yes} \
        %{!?bcond_off_pgsql:LOOKUP_PGSQL=yes} \
        %{!?bcond_off_ldap:LOOKUP_LDAP=yes LDAP_LIB_TYPE=OPENLDAP2} \
        LOOKUP_LIBS="%{!?bcond_off_ldap:-lldap -llber} %{!?bcond_off_mysql:-lmysqlclient} %{!?bcond_off_pgsql:-lpq}" \
This page took 0.406597 seconds and 4 git commands to generate.