[or-cvs] r14119: enable-bsd-malloc by default. (tor/branches/tor-0_2_0-patches)

phobos at seul.org phobos at seul.org
Wed Mar 19 01:39:38 UTC 2008


Author: phobos
Date: 2008-03-18 21:39:38 -0400 (Tue, 18 Mar 2008)
New Revision: 14119

Modified:
   tor/branches/tor-0_2_0-patches/tor.spec.in
Log:
enable-bsd-malloc by default.


Modified: tor/branches/tor-0_2_0-patches/tor.spec.in
===================================================================
--- tor/branches/tor-0_2_0-patches/tor.spec.in	2008-03-19 00:23:07 UTC (rev 14118)
+++ tor/branches/tor-0_2_0-patches/tor.spec.in	2008-03-19 01:39:38 UTC (rev 14119)
@@ -170,10 +170,12 @@
 %build
 %if %{is_suse}
 %configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
-	--build=%{_host} --host=%{_host} --target=%{_host} 
+	--build=%{_host} --host=%{_host} --target=%{_host}             \
+    --enable-bsd-malloc
 %else
 %configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
-	--build=%{_host} --host=%{_host} --target=%{_host} 
+	--build=%{_host} --host=%{_host} --target=%{_host}             \
+    --enable-bsd-malloc
 %endif
 %make
 



More information about the tor-commits mailing list