Magellan Linux

Diff of /branches/magellan-next/extras/redland/redland-1.0.9-r2.smage2

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

revision 3686 by niro, Fri Oct 30 09:49:07 2009 UTC revision 3687 by niro, Fri Oct 30 09:57:18 2009 UTC
# Line 36  src_prepare() Line 36  src_prepare()
36   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
37   cd ${SRCDIR}   cd ${SRCDIR}
38    
39     # fix compilation with newer sqlite >=3.6.17
40     mpatch ${PNAME}-${PVER}-sqlite.patch || die
41     # upstream, fixes "undefined symbol: librdf_storage_register_factory"
42     mpatch ${PNAME}-${PVER}-librdf_storage_register_factory.patch || die
43    
44   # we are using system libs so delete them   # we are using system libs so delete them
45   rm -rf {raptor,rasqal} || die   rm -rf {raptor,rasqal} || die
46  }  }

Legend:
Removed from v.3686  
changed lines
  Added in v.3687