]> git.pld-linux.org Git - packages/ejabberd.git/commitdiff
allow building with the 'new SQL schema'
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 16 Aug 2018 08:40:21 +0000 (10:40 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 16 Aug 2018 08:40:21 +0000 (10:40 +0200)
ejabberd.spec

index f9dbd45e76d584ac64a8a32e796f81cecc816371..efe9d481a5b37efc155c710e89ea70fb00ad2b5b 100644 (file)
@@ -4,6 +4,7 @@
 # Conditional build:
 %bcond_with    pam             # PAM authentication support
 %bcond_without logdb           # enable mod_logdb (server-side message logging)
+%bcond_with    new_sql_schema  # build with the new SQL schema
 
 Summary:       Fault-tolerant distributed Jabber/XMPP server
 Summary(pl.UTF-8):     Odporny na awarie rozproszony serwer Jabbera/XMPP
@@ -139,6 +140,7 @@ unset GIT_DIR GIT_WORK_TREE
 %configure \
        %{?with_pam --enable-pam} \
        --enable-user=jabber \
+       %{__enable_disable new_sql_schema new-sql-schema} \
        --enable-elixir \
        --enable-full-xml \
        --enable-odbc \
This page took 0.204555 seconds and 4 git commands to generate.