Magellan Linux

Diff of /smage/trunk/extras/libaio/libaio-0.3.111-r1.smage2

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

revision 11872 by niro, Thu Aug 16 08:25:03 2018 UTC revision 11873 by niro, Thu Aug 16 09:13:24 2018 UTC
# Line 28  UP2DATE="updatecmd http://ftp.de.debian. Line 28  UP2DATE="updatecmd http://ftp.de.debian.
28  src_compile()  src_compile()
29  {  {
30   cd ${SRCDIR}   cd ${SRCDIR}
31   # libaio is picky about used cflags   # libaio is picky about used cflags and does not include stdlib to support stack-protector
32   CFLAGS="${CFLAGS//-fstack-protector-strong}"   CFLAGS="${CFLAGS//-fstack-protector-strong} -fno-stack-protector"
33   mmake || die   mmake || die
34  }  }
35    
36  alx_generic_src_install()  alx_generic_src_install()
37  {  {
38   cd ${SRCDIR}   cd ${SRCDIR}
39   make prefix=${BINDIR}/usr install || die   mmake prefix=${BINDIR}/usr libdir=${BINDIR}/usr/'$(mlibdir)' install || die
40  }  }

Legend:
Removed from v.11872  
changed lines
  Added in v.11873