浏览代码

Enable openbsd malloc for linux users.

svn:r13837
Andrew Lewman 16 年之前
父节点
当前提交
2df2eae19e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tor.spec.in

+ 2 - 2
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