wok rev 168

Build sylpheed without ssl support
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 29 11:15:28 2008 +0100 (2008-01-29)
parents 972322439d00
children b515bb60b101
files sylpheed/receipt
line diff
     1.1 --- a/sylpheed/receipt	Mon Jan 28 23:10:38 2008 +0100
     1.2 +++ b/sylpheed/receipt	Tue Jan 29 11:15:28 2008 +0100
     1.3 @@ -15,9 +15,12 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr \
     1.8 -	--infodir=/usr/share/info \
     1.9 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.10 +	./configure \
    1.11 +		--prefix=/usr \
    1.12 +		--infodir=/usr/share/info \
    1.13 +		--mandir=/usr/share/man \
    1.14 +		--disable-ssl \
    1.15 +		$CONFIGURE_ARGS
    1.16  	make
    1.17  	make DESTDIR=$PWD/_pkg install
    1.18  }