Magellan Linux

Diff of /smage/trunk/core/mysql/mysql-5.5.57-r1.smage2

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

revision 9669 by niro, Wed Aug 2 13:49:38 2017 UTC revision 9670 by niro, Wed Aug 2 14:11:12 2017 UTC
# Line 38  SRC_URI=( Line 38  SRC_URI=(
38   mirror://${PNAME}/mysqld.service   mirror://${PNAME}/mysqld.service
39   mirror://${PNAME}/mysqld.socket   mirror://${PNAME}/mysqld.socket
40   mirror://${PNAME}/${PNAME}-5.5.19-cnf-defaults.patch   mirror://${PNAME}/${PNAME}-5.5.19-cnf-defaults.patch
41     mirror://${PNAME}/${PNAME}-5.5.57-gcc7.patch
42  )  )
43    
44  UP2DATE="updatecmd http://dev.mysql.com/ | grep GA | sed 's:.*\]\([0-9].*\)\ GA.*:\1:;q'"  UP2DATE="updatecmd http://dev.mysql.com/ | grep GA | sed 's:.*\]\([0-9].*\)\ GA.*:\1:;q'"
# Line 76  src_prepare() Line 77  src_prepare()
77   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
78   cd ${SRCDIR}   cd ${SRCDIR}
79    
80     # fix gcc-7 -fpermissive errors
81     mpatch ${PNAME}-5.5.57-gcc7.patch || die
82    
83   # apply our configuration   # apply our configuration
84   mpatch ${PNAME}-5.5.19-cnf-defaults.patch || die   mpatch ${PNAME}-5.5.19-cnf-defaults.patch || die
85    

Legend:
Removed from v.9669  
changed lines
  Added in v.9670