Dependencies
[distributedratelimiting.git] / DistributedRateLimiting.spec
index 1f7c201..eb94976 100644 (file)
@@ -17,6 +17,8 @@ License:      Academic
 URL: %(echo %{url} | cut -d ' ' -f 2)
 Source0:       %{name}-%{version}.tar.bz2
 Buildroot:     %{_tmppath}/%{name}-buildroot
+BuildRequires:  libxml2-devel
+Requires:       libxml2
 Provides:      DistributedRateLimiting
 
 %description
@@ -27,7 +29,7 @@ was a centralized limiter.
 %setup
 aclocal
 autoconf
-%configure --with-mysql=no --with-pgsql=no --with-pcap=no
+%configure --with-mysql=no --with-pgsql=no --with-pcap=no --with-zookeeperlib=no
 
 %build
 make