[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r13837: Enable openbsd malloc for linux users. (tor/trunk)
Author: phobos
Date: 2008-03-03 20:14:31 -0500 (Mon, 03 Mar 2008)
New Revision: 13837
Modified:
tor/trunk/tor.spec.in
Log:
Enable openbsd malloc for linux users.
Modified: tor/trunk/tor.spec.in
===================================================================
--- tor/trunk/tor.spec.in 2008-03-04 01:12:38 UTC (rev 13836)
+++ tor/trunk/tor.spec.in 2008-03-04 01:14:31 UTC (rev 13837)
@@ -169,10 +169,10 @@
%build
%if %{is_suse}
-%configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
+%configure --enable-openbsd-malloc --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
--build=%{_host} --host=%{_host} --target=%{_host}
%else
-%configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
+%configure --enable-openbsd-malloc --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
--build=%{_host} --host=%{_host} --target=%{_host}
%endif
%make