]> git.pld-linux.org Git - packages/cyrus-imapd.git/commitdiff
- sorted configure options
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 12 Dec 2018 07:43:13 +0000 (08:43 +0100)
committerAdam Gołębiowski <adamg@pld-linux.org>
Wed, 12 Dec 2018 07:43:13 +0000 (08:43 +0100)
cyrus-imapd.spec

index aeb4eefd6c791874dbb239f31959867e9e691ea5..f21f4fe64946f8bd7b159407081c43c0abb28a41 100644 (file)
@@ -205,25 +205,25 @@ cp -p %{SOURCE1} %{SOURCE2} %{SOURCE4} %{SOURCE5} .
 %{__autoconf}
 %{__automake}
 %configure \
-       --with-com_err=/usr \
-       --%{!?with_perl:without-perl}%{?with_perl:with-perl=%{__perl}} \
-       --without-libwrap \
-       %{__enable_disable http} \
-       %{__with_without docs sphinx-build} \
-       %{__with_without ldap} \
-       %{__with_without lmdb} \
-       %{__with_without mysql} \
        --enable-autocreate \
        --enable-backup \
        --enable-calalarmd \
+       %{__enable_disable http} \
        --enable-idled \
        --enable-murder \
        --enable-nntp \
-       %{__with_without pgsql} \
        --enable-replication \
        %{__enable_disable sphinx} \
        --enable-static \
-       %{__enable_disable xapian}
+       %{__enable_disable xapian} \
+       --with-com_err=/usr \
+       %{__with_without ldap} \
+       --without-libwrap \
+       %{__with_without lmdb} \
+       %{__with_without mysql} \
+       --%{!?with_perl:without-perl}%{?with_perl:with-perl=%{__perl}} \
+       %{__with_without pgsql} \
+       %{__with_without docs sphinx-build}
 
 %{__make} -j1 \
        INSTALLDIRS=vendor \
This page took 0.143227 seconds and 4 git commands to generate.