Magellan Linux

Diff of /trunk/core/xmlrpc-c/xmlrpc-c-1.51.04-r1.smage2

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

revision 32952 by niro, Mon Oct 7 09:29:52 2019 UTC revision 32953 by niro, Mon Oct 7 09:30:47 2019 UTC
# Line 30  src_prepare() Line 30  src_prepare()
30  {  {
31   #munpack ${SRCFILE}   #munpack ${SRCFILE}
32   # not a tar gz, regardless of the name   # not a tar gz, regardless of the name
33   tar cvf ${SOURCEDIR}/${PNAME}/${SRCFILE} -C ${BUILDDIR} || die   tar xvf ${SOURCEDIR}/${PNAME}/${SRCFILE} -C ${BUILDDIR} || die
34   cd ${SRCDIR}   cd ${SRCDIR}
35    
36   # fix compilation against newer curl, which dropped types.h   # fix compilation against newer curl, which dropped types.h

Legend:
Removed from v.32952  
changed lines
  Added in v.32953