wok-stable rev 11440

raptor: fix build (thanks godane)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Dec 16 15:42:01 2011 +0100 (2011-12-16)
parents 1f66719de426
children 5e81a7b53822
files raptor/receipt
line diff
     1.1 --- a/raptor/receipt	Fri Dec 16 15:42:01 2011 +0100
     1.2 +++ b/raptor/receipt	Fri Dec 16 15:42:01 2011 +0100
     1.3 @@ -16,6 +16,8 @@
     1.4  
     1.5  compile_rules() {
     1.6    cd $src
     1.7 +  # fix build with curl >= 7.21.2
     1.8 +  sed -i '/#include <curl\/types.h>/d' src/raptor_internal.h
     1.9    ./configure --disable-static $CONFIGURE_ARGS &&
    1.10    make && make prefix=/usr install 
    1.11  }