소스 검색

with all of these fancy memory fixes, openbsd malloc appears to not be
needed any more.


svn:r15390

Andrew Lewman 16 년 전
부모
커밋
6a17067d38
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 --enable-openbsd-malloc --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
+%configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
 	--build=%{_host} --host=%{_host} --target=%{_host} 
 %else
-%configure --enable-openbsd-malloc --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
+%configure --with-tor-user=%{toruser} --with-tor-group=%{torgroup} \
 	--build=%{_host} --host=%{_host} --target=%{_host} 
 %endif
 %make