summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2008-08-23 03:41:45 +0000
committerAndrew Lewman <andrew@torproject.org>2008-08-23 03:41:45 +0000
commitb1f4c50fe9aa6bd355bf1822767c64e3127a2aa5 (patch)
tree1d38fcfe8049675e37adad68730b23f8488a89aa
parentff5898a6ce60851fe3ac9ef389d3b4f8a5c1ba96 (diff)
downloadtor-b1f4c50fe9aa6bd355bf1822767c64e3127a2aa5.tar.gz
tor-b1f4c50fe9aa6bd355bf1822767c64e3127a2aa5.zip
remove openbsd-malloc configure option because it causes some impossible
dependency in glibc. svn:r16635
-rw-r--r--tor.spec.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/tor.spec.in b/tor.spec.in
index cbf911243f..52ba4ab764 100644
--- a/tor.spec.in
+++ b/tor.spec.in
@@ -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