From: Andrew Lewman Date: Sat, 23 Aug 2008 03:41:45 +0000 (+0000) Subject: remove openbsd-malloc configure option because it causes some impossible X-Git-Tag: tor-0.2.0.31~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b1f4c50fe9aa6bd355bf1822767c64e3127a2aa5;p=thirdparty%2Ftor.git remove openbsd-malloc configure option because it causes some impossible dependency in glibc. svn:r16635 --- 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