]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
remove openbsd-malloc configure option because it causes some impossible
authorAndrew Lewman <andrew@torproject.org>
Sat, 23 Aug 2008 03:41:45 +0000 (03:41 +0000)
committerAndrew Lewman <andrew@torproject.org>
Sat, 23 Aug 2008 03:41:45 +0000 (03:41 +0000)
dependency in glibc.

svn:r16635

tor.spec.in

index cbf911243fafc28bc0c0f06c328ca618660b7b4a..52ba4ab7642bf647271df090b70a3a6999b3dc2a 100644 (file)
@@ -170,12 +170,10 @@ for high-stakes anonymity.
 %build
 %if %{is_suse}
 %configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
-       --build=%{_host} --host=%{_host} --target=%{_host}             \
-    --enable-openbsd-malloc
+       --build=%{_host} --host=%{_host} --target=%{_host}             
 %else
 %configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
-       --build=%{_host} --host=%{_host} --target=%{_host}             \
-    --enable-openbsd-malloc
+       --build=%{_host} --host=%{_host} --target=%{_host}          
 %endif
 %make