Re-enable modperl

This commit is contained in:
Nick Bebout 2010-05-19 03:00:47 +00:00
parent 3abbb3e877
commit 282abf7ed8
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: An advanced IRC bouncer
Name: znc
Version: 0.089
Release: 5.svn2000%{?dist}
Release: 6.svn2000%{?dist}
License: GPLv2 with exceptions
Group: System Environment/Daemons
URL: http://znc.sf.net/
@ -52,7 +52,7 @@ chmod -x modules/q.cpp
%build
%configure \
--with-module-prefix=%{_libdir}/znc \
--enable-ipv6 --enable-extra
--enable-ipv6 --enable-extra --enable-sasl
%__make %{?_smp_mflags}
%install
@ -140,6 +140,9 @@ chmod -x modules/q.cpp
%changelog
* Tue May 18 2010 Nick Bebout <nb@fedoraproject.org> - 0.089-6.svn2000
- Re-enable saslauth
* Tue May 18 2010 Nick Bebout <nb@fedoraproject.org> - 0.089-5.svn2000
- Re-enable modperl