From 2af8051fbcc6127df39b295e2cbebd09c03a52f7 Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Wed, 19 Mar 2008 02:41:35 +0000 Subject: [PATCH] it's not openbsd without the open. svn:r14120 --- tor.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tor.spec.in b/tor.spec.in index 804f74c57..6036de5ed 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