diff --git a/jabberd/jabberd.spec b/jabberd/jabberd.spec index 71c4a18711..b0ad9b09a1 100644 --- a/jabberd/jabberd.spec +++ b/jabberd/jabberd.spec @@ -23,7 +23,7 @@ # package version %define V_major 2.2 -%define V_minor 10 +%define V_minor 11 # package information Name: jabberd @@ -36,7 +36,7 @@ Class: PLUS Group: InstantMessaging License: JOSL/GPL Version: %{V_major}.%{V_minor} -Release: 20100612 +Release: 20100808 # package options %option with_sqlite no @@ -94,6 +94,8 @@ PreReq: PAM %build # configure program + ( echo "ac_cv_func_kqueue=no" + ) >config.cache export CC="%{l_cc}" export CFLAGS="%{l_cflags -O}" export CPPFLAGS="%{l_cppflags libidn}" @@ -113,6 +115,7 @@ PreReq: PAM CPPFLAGS="$CPPFLAGS %{l_cppflags postgresql}" %endif ./configure \ + --cache-file=./config.cache \ --prefix=%{l_prefix} \ --sysconfdir=%{l_prefix}/etc/jabberd \ --mandir=%{l_prefix}/man \