Magellan Linux

Diff of /trunk/extras/bcache-tools/bcache-tools-1.0.8-r1.smage2

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

revision 32071 by niro, Fri Mar 22 23:26:50 2019 UTC revision 32072 by niro, Fri Mar 22 23:28:17 2019 UTC
# Line 24  SRC_URI=( Line 24  SRC_URI=(
24  UP2SEPERATOR="v"  UP2SEPERATOR="v"
25  UP2DATE="updatecmd https://github.com/g2p/bcache-tools/releases | highesttarball gz"  UP2DATE="updatecmd https://github.com/g2p/bcache-tools/releases | highesttarball gz"
26    
27    src_prepare()
28    {
29     munpack ${SRCFILE} || die
30     cd ${SRCDIR}
31    
32     # fix CFLAGS and fixed compile issues
33     sed -i -e '/^CFLAGS/s:-O2::' -e '/^CFLAGS/s:-g:-std=gnu89:' Makefile || die
34    }
35    
36  src_compile()  src_compile()
37  {  {
38   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.32071  
changed lines
  Added in v.32072