# HG changeset patch # User Christophe Lincoln # Date 1201601728 -3600 # Node ID b236b93f6795ca699835cdf50681410988657ee7 # Parent 972322439d00924a035da5ccd38bb18948a21731 Build sylpheed without ssl support diff -r 972322439d00 -r b236b93f6795 sylpheed/receipt --- a/sylpheed/receipt Mon Jan 28 23:10:38 2008 +0100 +++ b/sylpheed/receipt Tue Jan 29 11:15:28 2008 +0100 @@ -15,9 +15,12 @@ compile_rules() { cd $src - ./configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --disable-ssl \ + $CONFIGURE_ARGS make make DESTDIR=$PWD/_pkg install }