]> git.pld-linux.org Git - packages/cyrus-imapd.git/commitdiff
- add patch to link proper db headers/library
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 23 Sep 2008 22:24:12 +0000 (22:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cyrus-imapd.spec -> 1.128

cyrus-imapd.spec

index 314b8dd62185d5be5194d48c123c8bdebfa59bff..553130269172cedc5ad74d8122dd9183d2e97d45 100644 (file)
@@ -27,6 +27,7 @@ Source12:     cyrus.conf
 Source13:      cyrus-sync.init
 Patch0:                %{name}-et.patch
 Patch1:                %{name}-shared.patch
+Patch2:                %{name}-verifydbver.patch
 URL:           http://cyrusimap.web.cmu.edu/imapd/
 BuildRequires: autoconf >= 2.54
 BuildRequires: automake
@@ -166,6 +167,7 @@ Perlowy interfejs do biblioteki cyrus-imapd.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 rm -rf autom4te.cache
 
@@ -187,11 +189,11 @@ cp -f %{_datadir}/automake/config.* .
 cp -f %{_datadir}/automake/install-sh .
 %configure \
        --with-auth=unix \
-       --without-libwrap \
        --with-cyrus-prefix=%{_libexecdir} \
        --with-service-path=%{_libexecdir} \
        --with-com_err=/usr \
        --with-perl=%{__perl} \
+       --without-libwrap \
        --enable-nntp \
        --enable-replication
 %{__make} \
This page took 0.148168 seconds and 4 git commands to generate.