Magellan Linux

Diff of /branches/magellan-next/extras/qca-ossl/qca-ossl-2.0.0_beta3-r4.smage2

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

revision 7076 by niro, Tue Sep 28 18:25:40 2010 UTC revision 7077 by niro, Tue Sep 28 18:29:47 2010 UTC
# Line 22  SRC_URI=( Line 22  SRC_URI=(
22   http://delta.affinix.com/download/qca/${PVER%.*}/plugins/${SRCFILE}   http://delta.affinix.com/download/qca/${PVER%.*}/plugins/${SRCFILE}
23   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
24   mirror://${PNAME}/${PNAME}-openssl-0.9.8i.patch   mirror://${PNAME}/${PNAME}-openssl-0.9.8i.patch
25     mirror://${PNAME}/${PNAME}-openssl-1.0.0.patch
26  )  )
27    
28  UP2DATE="updatecmd -listonly ${HOMEPAGE} | grep ${PNAME}-[0-9] | sed 's/.*${PNAME}-\(.*\).tar.*/\1/' | sed 's:-:_:'"  UP2DATE="updatecmd -listonly ${HOMEPAGE} | grep ${PNAME}-[0-9] | sed 's/.*${PNAME}-\(.*\).tar.*/\1/' | sed 's:-:_:'"
# Line 33  src_prepare() Line 34  src_prepare()
34    
35   # fixes compile issues with >=openssl-0.9.8i   # fixes compile issues with >=openssl-0.9.8i
36   mpatch ${PNAME}-openssl-0.9.8i.patch || die   mpatch ${PNAME}-openssl-0.9.8i.patch || die
37    
38     # fixes compile issues with >=openssl-1.0.0
39     mpatch ${PNAME}-openssl-1.0.0.patch || die
40  }  }
41    
42  src_compile()  src_compile()

Legend:
Removed from v.7076  
changed lines
  Added in v.7077