]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
with all of these fancy memory fixes, openbsd malloc appears to not be
authorAndrew Lewman <andrew@torproject.org>
Sat, 21 Jun 2008 13:44:03 +0000 (13:44 +0000)
committerAndrew Lewman <andrew@torproject.org>
Sat, 21 Jun 2008 13:44:03 +0000 (13:44 +0000)
needed any more.

svn:r15390

tor.spec.in

index a600e6c6b9a69ca89fcfc330c029109fe064d8f4..ea970078e84769b4317c7dbf806143b2a8f98764 100644 (file)
@@ -169,10 +169,10 @@ for high-stakes anonymity.
 
 %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