diff options
author | Andrew Lewman <andrew@torproject.org> | 2008-03-04 01:14:31 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2008-03-04 01:14:31 +0000 |
commit | 2df2eae19e32d21423883f1ee9890483159324f3 (patch) | |
tree | 11fbf2c63ff16275e35ee59ac6141bac7b661f08 /tor.spec.in | |
parent | 9d19e553900b9cca5768468ccb8970cb2a5c4eab (diff) | |
download | tor-2df2eae19e32d21423883f1ee9890483159324f3.tar.gz tor-2df2eae19e32d21423883f1ee9890483159324f3.zip |
Enable openbsd malloc for linux users.
svn:r13837
Diffstat (limited to 'tor.spec.in')
-rw-r--r-- | tor.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tor.spec.in b/tor.spec.in index 38eec2b8e8..ef73745a30 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -169,10 +169,10 @@ for high-stakes anonymity. %build %if %{is_suse} -%configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \ +%configure --enable-openbsd-malloc --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \ --build=%{_host} --host=%{_host} --target=%{_host} %else -%configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \ +%configure --enable-openbsd-malloc --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \ --build=%{_host} --host=%{_host} --target=%{_host} %endif %make |