]> git.pld-linux.org Git - packages/courier-imap.git/commitdiff
- 1.3.9 needs one more mysql configure option courier-imap-1_3_9-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 11 Aug 2001 15:00:21 +0000 (15:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BuildRequires: gdbm-devel, libstdc++-devel (C++ is only for *test?)

Changed files:
    courier-imap.spec -> 1.31

courier-imap.spec

index 5303f5c5a28c5c6210a9d6ed8718ddb9c4c0bd81..21678ee25ae14387195acbe9248b156502168c37 100644 (file)
@@ -23,6 +23,8 @@ Source8:      %{name}-authdaemon.sysconfig
 URL:           http://www.inter7.com/courierimap/
 %{!?_without_mysql:BuildRequires:      mysql-devel}
 %{!?_without_ldap:BuildRequires:       openldap-devel}
+BuildRequires: gdbm-devel
+BuildRequires: libstdc++-devel
 Prereq:                rc-scripts
 Provides:      imapdaemon
 Requires:      %{name}-common = %{version}
@@ -75,7 +77,7 @@ Courier-IMAP POP3 jest serwerem POP3 dla skrzynek pocztowych Maildir.
 %build
 %configure2_13 \
        --with-authdaemonvar=/var/lib/authdaemon \
-       %{!?_without_mysql:--with-mysql-libs=/usr/lib} \
+       %{!?_without_mysql:--with-mysql-libs=/usr/lib --with-mysql-includes=/usr/include/mysql} \
        %{?_without_ldap:--without-authldap}
 
 %{__make}
This page took 0.044669 seconds and 4 git commands to generate.