Magellan Linux

Diff of /branches/magellan-next/extras/redland/redland-1.0.10-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6822 by niro, Wed Sep 22 17:22:44 2010 UTC revision 6823 by niro, Wed Sep 22 17:24:38 2010 UTC
# Line 27  sminclude mbuild Line 27  sminclude mbuild
27  SRC_URI=(  SRC_URI=(
28   http://download.librdf.org/source/${SRCFILE}   http://download.librdf.org/source/${SRCFILE}
29   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-1.0.9-sqlite.patch  
  mirror://${PNAME}/${PNAME}-1.0.9-librdf_storage_register_factory.patch  
30  )  )
31    
32  #UP2DATE="updatecmd http://download.librdf.org/source/ | grep ${PNAME}-[0-9] | lasttarball gz"  #UP2DATE="updatecmd http://download.librdf.org/source/ | grep ${PNAME}-[0-9] | lasttarball gz"
# Line 39  src_prepare() Line 37  src_prepare()
37   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
38   cd ${SRCDIR}   cd ${SRCDIR}
39    
  # fix compilation with newer sqlite >=3.6.17  
  mpatch ${PNAME}-1.0.9-sqlite.patch || die  
  # upstream, fixes "undefined symbol: librdf_storage_register_factory"  
  mpatch ${PNAME}-1.0.9-librdf_storage_register_factory.patch || die  
   
  autoconf --force || die  
   
40   # we are using system libs so delete them   # we are using system libs so delete them
41   rm -rf {raptor,rasqal} || die   rm -rf {raptor,rasqal} || die
42  }  }

Legend:
Removed from v.6822  
changed lines
  Added in v.6823