aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2008-03-19 02:41:35 +0000
committerAndrew Lewman <andrew@torproject.org>2008-03-19 02:41:35 +0000
commit2af8051fbcc6127df39b295e2cbebd09c03a52f7 (patch)
tree9defb7df871cec82bd46abbeb9ee9c79a25780c4
parent6827af274c68b4f1b072d56c5856e21a5310c00f (diff)
downloadtor-2af8051fbcc6127df39b295e2cbebd09c03a52f7.tar.gz
tor-2af8051fbcc6127df39b295e2cbebd09c03a52f7.zip
it's not openbsd without the open.
svn:r14120
-rw-r--r--tor.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tor.spec.in b/tor.spec.in
index 804f74c578..6036de5ed5 100644
--- a/tor.spec.in
+++ b/tor.spec.in
@@ -171,11 +171,11 @@ for high-stakes anonymity.
%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