Magellan Linux

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

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

revision 8874 by niro, Mon Feb 29 10:29:28 2016 UTC revision 8875 by niro, Mon Feb 29 10:40:32 2016 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.25-qt-gold.patch  
35  )  )
36    
37  # unstable  # unstable
# Line 57  src_prepare() Line 56  src_prepare()
56  {  {
57   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
58   install -d ${SRCDIR}/build || die   install -d ${SRCDIR}/build || die
  cd ${SRCDIR}  
   
  # fix libQtGui chrashes when linked with gold  
  # see: https://sourceware.org/bugzilla/show_bug.cgi?id=16992  
  mpatch ${PNAME}-2.25-qt-gold.patch || die  
59  }  }
60    
61  src_compile()  src_compile()

Legend:
Removed from v.8874  
changed lines
  Added in v.8875