rpms/unbound/F-10 unbound.spec,1.3,1.4

Paul Wouters pwouters at fedoraproject.org
Mon Feb 16 22:01:58 UTC 2009


Author: pwouters

Update of /cvs/extras/rpms/unbound/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23816/F-10

Modified Files:
	unbound.spec 
Log Message:
fix a missing hyphen in --with-libevent on the configure line



Index: unbound.spec
===================================================================
RCS file: /cvs/extras/rpms/unbound/F-10/unbound.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- unbound.spec	21 Jan 2009 00:46:44 -0000	1.3
+++ unbound.spec	16 Feb 2009 22:01:28 -0000	1.4
@@ -65,7 +65,7 @@
 %patch0 -p1
 
 %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




More information about the fedora-extras-commits mailing list