Magellan Linux

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

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

revision 31264 by niro, Tue Jun 19 06:23:48 2018 UTC revision 31265 by niro, Tue Jun 19 06:24:20 2018 UTC
# Line 14  DEPEND=">= virtual/glibc" Line 14  DEPEND=">= virtual/glibc"
14  SRCFILE="${PNAME}_${PVER}.orig.tar.gz"  SRCFILE="${PNAME}_${PVER}.orig.tar.gz"
15  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
 EMUL_LINUX_32=true  
17  msetfeature "!check" # mount fails in test  msetfeature "!check" # mount fails in test
18  sminclude mbuild multilib  sminclude mbuild
19    
20  SRC_URI=(  SRC_URI=(
21   http://ftp.de.debian.org/debian/pool/main/liba/${PNAME}/${SRCFILE}   http://ftp.de.debian.org/debian/pool/main/liba/${PNAME}/${SRCFILE}
# Line 28  UP2DATE="updatecmd http://ftp.de.debian. Line 27  UP2DATE="updatecmd http://ftp.de.debian.
27    
28  src_compile()  src_compile()
29  {  {
30     cd ${SRCDIR}
31    
32   # libaio is picky about used cflags   # libaio is picky about used cflags
33   CFLAGS="${CFLAGS//-fstack-protector-strong}"   CFLAGS="${CFLAGS//-fstack-protector-strong}"
34   mmake || die   mmake || die
# Line 35  src_compile() Line 36  src_compile()
36    
37  src_install()  src_install()
38  {  {
39     cd ${SRCDIR}
40   mmake prefix=${BINDIR}/usr install || die   mmake prefix=${BINDIR}/usr install || die
41  }  }

Legend:
Removed from v.31264  
changed lines
  Added in v.31265