wok diff tor/receipt @ rev 10387

polkit: can't cross (use native)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 23 18:26:10 2011 +0200 (2011-05-23)
parents ccfafdfa698d
children a307819243f5
line diff
     1.1 --- a/tor/receipt	Tue May 17 07:16:04 2011 +0200
     1.2 +++ b/tor/receipt	Mon May 23 18:26:10 2011 +0200
     1.3 @@ -16,7 +16,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --sysconfdir=/etc && \
     1.8 +	./configure --sysconfdir=/etc && 
     1.9 +		$CONFIGURE_ARGS &&
    1.10  	make && make install
    1.11  }
    1.12