]> git.pld-linux.org Git - packages/courier-imap.git/commitdiff
- reverted #1
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Fri, 4 Mar 2005 14:39:34 +0000 (14:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    courier-imap.spec -> 1.141

courier-imap.spec

index ba1a5aa5fa80ab4bec770912763ee1ff4381b75d..577e59288aa9fe3c0ecd011beac2c2a282bc9511 100644 (file)
@@ -1,5 +1,3 @@
-# TODO:
-# - make it build :)
 #
 # Conditional build:
 %bcond_without ldap    # without LDAP support
@@ -28,7 +26,6 @@ BuildRequires:        automake
 BuildRequires: fam-devel
 BuildRequires: gdbm-devel
 BuildRequires: libstdc++-devel
-BuildRequires: courier-authlib-devel
 %{?with_mysql:BuildRequires:   mysql-devel}
 %{?with_ldap:BuildRequires:    openldap-devel}
 BuildRequires: openssl-devel >= 0.9.7d
@@ -183,6 +180,16 @@ cp -f /usr/share/automake/config.sub maildir
 %{__automake}
 %{__autoconf}
 
+cd authlib
+%{__aclocal}
+%{__automake}
+%{__autoconf}
+cd ../imap
+%{__aclocal}
+%{__automake}
+%{__autoconf}
+cd ..
+
 %configure \
        --enable-unicode \
        --with-authchangepwdir=/var/tmp \
This page took 0.091737 seconds and 4 git commands to generate.