From b1f4c50fe9aa6bd355bf1822767c64e3127a2aa5 Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Sat, 23 Aug 2008 03:41:45 +0000 Subject: [PATCH] remove openbsd-malloc configure option because it causes some impossible dependency in glibc. svn:r16635 --- tor.spec.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tor.spec.in b/tor.spec.in index cbf911243..52ba4ab76 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