]> git.pld-linux.org Git - packages/dovecot.git/commitdiff
- enable Lua support (bcond)
authorAdam Osuchowski <adwol@pld-linux.org>
Sun, 24 Mar 2019 20:38:32 +0000 (21:38 +0100)
committerAdam Osuchowski <adwol@pld-linux.org>
Sun, 24 Mar 2019 20:38:32 +0000 (21:38 +0100)
- rel 2

dovecot.spec

index d8e46d9fcc4f8e4b345cd225a33806e49bdef7c7..7c1893d17d7a235a9cd03e989dc0d1866b26d46e 100644 (file)
@@ -2,6 +2,7 @@
 # Conditional build:
 %bcond_without gssapi  # without GSSAPI support
 %bcond_without ldap    # without LDAP auth
+%bcond_without lua     # without Lua auth
 %bcond_without mysql   # without MySQL auth
 %bcond_without pgsql   # without PostgreSQL auth
 %bcond_without sqlite  # without SQLite3 auth
@@ -12,7 +13,7 @@ Summary:      IMAP and POP3 server written with security primarily in mind
 Summary(pl.UTF-8):     Serwer IMAP i POP3 pisany głównie z myślą o bezpieczeństwie
 Name:          dovecot
 Version:       2.3.5
-Release:       1
+Release:       2
 Epoch:         1
 License:       MIT (libraries), LGPL v2.1 (the rest)
 Group:         Networking/Daemons
@@ -40,6 +41,7 @@ BuildRequires:        libicu-devel
 BuildRequires: libstemmer-devel
 BuildRequires: libexttextcat-devel
 BuildRequires: libtool
+%{?with_lua:BuildRequires:     lua53-devel}
 BuildRequires: lz4-devel
 %{?with_mysql:BuildRequires:   mysql-devel}
 %{?with_ldap:BuildRequires:    openldap-devel >= 2.3.3}
@@ -181,6 +183,7 @@ touch config.rpath
        %{?with_pgsql:--with-pgsql} \
        %{?with_sqlite:--with-sqlite} \
        %{?with_gssapi:--with-gssapi=plugin} \
+       %{?with_lua:--with-lua=plugin} \
        --with-lucene \
        --with-stemmer \
        --with-solr \
This page took 0.078353 seconds and 4 git commands to generate.