Magellan Linux

Diff of /smage/trunk/core/xmlrpc-c/xmlrpc-c-1.51.05-r1.smage2

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

revision 13786 by niro, Wed Oct 30 13:53:15 2019 UTC revision 13787 by niro, Wed Oct 30 19:48:33 2019 UTC
# Line 31  UP2DATE="updatecmd_sourceforge ${PNAME} Line 31  UP2DATE="updatecmd_sourceforge ${PNAME}
31    
32  src_prepare()  src_prepare()
33  {  {
34   munpack ${SRCFILE}   #munpack ${SRCFILE}
35     # not a tar gz, regardless of the name
36     tar xvf ${SOURCEDIR}/${PNAME}/${SRCFILE} -C ${BUILDDIR} || die
37   cd ${SRCDIR}   cd ${SRCDIR}
38    
39   # fix compilation against newer curl, which dropped types.h   # fix compilation against newer curl, which dropped types.h

Legend:
Removed from v.13786  
changed lines
  Added in v.13787