[or-cvs] r16635: {tor} remove openbsd-malloc configure option because it causes som (tor/branches/tor-0_2_0-patches)

phobos at seul.org phobos at seul.org
Sat Aug 23 03:41:45 UTC 2008


Author: phobos
Date: 2008-08-22 23:41:45 -0400 (Fri, 22 Aug 2008)
New Revision: 16635

Modified:
   tor/branches/tor-0_2_0-patches/tor.spec.in
Log:
remove openbsd-malloc configure option because it causes some impossible
dependency in glibc.


Modified: tor/branches/tor-0_2_0-patches/tor.spec.in
===================================================================
--- tor/branches/tor-0_2_0-patches/tor.spec.in	2008-08-23 03:02:20 UTC (rev 16634)
+++ tor/branches/tor-0_2_0-patches/tor.spec.in	2008-08-23 03:41:45 UTC (rev 16635)
@@ -170,12 +170,10 @@
 %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
 



More information about the tor-commits mailing list