wok diff tor/receipt @ rev 10950

get-virtualbox: only /opt/VirtualBox is supported now...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 02 14:26:45 2011 +0200 (2011-09-02)
parents c1ef7adc7240
children cc10ca2a108d
line diff
     1.1 --- a/tor/receipt	Fri May 20 05:23:34 2011 +0000
     1.2 +++ b/tor/receipt	Fri Sep 02 14:26:45 2011 +0200
     1.3 @@ -9,15 +9,14 @@
     1.4  WEB_SITE="http://www.torproject.org/"
     1.5  WGET_URL="https://www.torproject.org/dist/$TARBALL"
     1.6  
     1.7 -DEPENDS="libevent libssl zlib"
     1.8 -BUILD_DEPENDS="wget libevent-dev openssl-dev zlib-dev "
     1.9 +DEPENDS="libevent libssl"
    1.10 +BUILD_DEPENDS="wget libevent-dev openssl-dev"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure --sysconfdir=/etc && 
    1.17 -		$CONFIGURE_ARGS &&
    1.18 +	./configure $CONFIGURE_ARGS --sysconfdir=/etc &&
    1.19  	make && make install
    1.20  }
    1.21