]> git.pld-linux.org Git - packages/balsa.git/commitdiff
- added without ldap bcond
authortrojan <trojan@pld-linux.org>
Mon, 5 May 2003 06:06:59 +0000 (06:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    balsa.spec -> 1.90

balsa.spec

index 671b5b9cf981729557407b9e77f84f9cc3969efa..346703850e80d01a98e26a12984674fc09298dd8 100644 (file)
@@ -1,3 +1,6 @@
+#
+# Conditional build:
+# --without ldap
 
 %define                snap    20030322
 
@@ -25,6 +28,7 @@ BuildRequires:        gtk+2-devel >= 2.2.0
 BuildRequires:  libgtkhtml-devel
 BuildRequires:  libgnome-devel
 BuildRequires:  libgnomeui-devel
+%{!?_without_ldap:BuildRequires:       openldap-devel}
 BuildRequires:  aspell-devel >= 0.50
 Requires:      gpgme >= 0.4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -75,7 +79,8 @@ Suporta caixas de correio locais, POP3 a IMAP.
 %configure \
        --with-ssl \
        --enable-gpgme \
-       --enable-ldap
+       %{!?_without_ldap:--enable-ldap} \
+       %{?_without_ldap:--disable-ldap}
 
 %{__make} 
 
This page took 0.043775 seconds and 4 git commands to generate.