[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r14120: it's not openbsd without the open. (tor/branches/tor-0_2_0-patches)
Author: phobos
Date: 2008-03-18 22:41:35 -0400 (Tue, 18 Mar 2008)
New Revision: 14120
Modified:
tor/branches/tor-0_2_0-patches/tor.spec.in
Log:
it's not openbsd without the open.
Modified: tor/branches/tor-0_2_0-patches/tor.spec.in
===================================================================
--- tor/branches/tor-0_2_0-patches/tor.spec.in 2008-03-19 01:39:38 UTC (rev 14119)
+++ tor/branches/tor-0_2_0-patches/tor.spec.in 2008-03-19 02:41:35 UTC (rev 14120)
@@ -171,11 +171,11 @@
%if %{is_suse}
%configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
--build=%{_host} --host=%{_host} --target=%{_host} \
- --enable-bsd-malloc
+ --enable-openbsd-malloc
%else
%configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
--build=%{_host} --host=%{_host} --target=%{_host} \
- --enable-bsd-malloc
+ --enable-openbsd-malloc
%endif
%make