fix a missing hyphen in --with-libevent on the configure line
This commit is contained in:
parent
70a277a027
commit
39680537e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user