[or-cvs] r15390: with all of these fancy memory fixes, openbsd malloc appears (tor/trunk)

phobos at seul.org phobos at seul.org
Sat Jun 21 13:44:03 UTC 2008


Author: phobos
Date: 2008-06-21 09:44:03 -0400 (Sat, 21 Jun 2008)
New Revision: 15390

Modified:
   tor/trunk/tor.spec.in
Log:
with all of these fancy memory fixes, openbsd malloc appears to not be
needed any more.


Modified: tor/trunk/tor.spec.in
===================================================================
--- tor/trunk/tor.spec.in	2008-06-21 10:16:58 UTC (rev 15389)
+++ tor/trunk/tor.spec.in	2008-06-21 13:44:03 UTC (rev 15390)
@@ -169,10 +169,10 @@
 
 %build
 %if %{is_suse}
-%configure --enable-openbsd-malloc --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
+%configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
 	--build=%{_host} --host=%{_host} --target=%{_host} 
 %else
-%configure --enable-openbsd-malloc --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
+%configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
 	--build=%{_host} --host=%{_host} --target=%{_host} 
 %endif
 %make



More information about the tor-commits mailing list