Magellan Linux

Diff of /smage/trunk/core/binutils/binutils-2.34-r1.smage2

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

revision 13875 by niro, Mon May 11 14:46:45 2020 UTC revision 13876 by niro, Thu Jun 25 11:32:03 2020 UTC
# Line 32  SRC_URI=( Line 32  SRC_URI=(
32   http://www.kernel.org/pub/linux/devel/${PNAME}/${SRCFILE}   http://www.kernel.org/pub/linux/devel/${PNAME}/${SRCFILE}
33   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
34   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-2.32-do-not-link-with-static-libstdc++.patch  
35  )  )
36    
37  # unstable  # unstable
# Line 59  src_prepare() Line 58  src_prepare()
58  {  {
59   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
60   install -d ${SRCDIR}/build || die   install -d ${SRCDIR}/build || die
   
  cd ${SRCDIR}  
  mpatch ${PNAME}-2.32-do-not-link-with-static-libstdc++.patch || die  
61  }  }
62    
63  src_compile()  src_compile()

Legend:
Removed from v.13875  
changed lines
  Added in v.13876