From 39680537e5bc018768b74e550a0f243679325d67 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Mon, 16 Feb 2009 22:01:28 +0000 Subject: [PATCH] fix a missing hyphen in --with-libevent on the configure line --- unbound.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unbound.spec b/unbound.spec index 3f1ecea..cc1e434 100644 --- a/unbound.spec +++ b/unbound.spec @@ -63,7 +63,7 @@ Contains libraries used by the unbound server and client applications %setup -q %build -%configure --with-ldns= -with-libevent --with-pthreads --with-ssl \ +%configure --with-ldns= --with-libevent --with-pthreads --with-ssl \ --disable-rpath --enable-debug --disable-static \ --with-conf-file=%{_sysconfdir}/%{name}/unbound.conf \ --with-pidfile=%{_localstatedir}/run/%{name}/%{name}.pid