rpms/unbound/devel unbound.spec,1.20,1.21

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


Author: pwouters

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

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/devel/unbound.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- unbound.spec	10 Feb 2009 15:19:33 -0000	1.20
+++ unbound.spec	16 Feb 2009 22:01:28 -0000	1.21
@@ -63,7 +63,7 @@
 %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




More information about the fedora-extras-commits mailing list