Magellan Linux

Diff of /trunk/extras/libaio/libaio-0.3.111-r2.smage2

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

revision 31266 by niro, Tue Jun 19 06:27:49 2018 UTC revision 31267 by niro, Tue Jun 19 06:29:05 2018 UTC
# Line 29  src_compile() Line 29  src_compile()
29  {  {
30   # libaio is picky about used cflags   # libaio is picky about used cflags
31   CFLAGS="${CFLAGS//-fstack-protector-strong}"   CFLAGS="${CFLAGS//-fstack-protector-strong}"
32   mmake || die   LD=gcc mmake || die
33  }  }
34    
35  src_install()  src_install()
36  {  {
37   mmake prefix=${BINDIR}/usr install || die   LD=gcc mmake prefix=${BINDIR}/usr install || die
38  }  }

Legend:
Removed from v.31266  
changed lines
  Added in v.31267