Magellan Linux

Diff of /smage/trunk/core/glibc/glibc-2.25-r5.smage2

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

revision 10157 by niro, Mon Aug 14 11:40:04 2017 UTC revision 10158 by niro, Mon Aug 14 11:52:07 2017 UTC
# Line 35  SRC_URI=( Line 35  SRC_URI=(
35   mirror://${PNAME}/locale.gen-header   mirror://${PNAME}/locale.gen-header
36   mirror://${PNAME}/locale-gen   mirror://${PNAME}/locale-gen
37   mirror://${PNAME}/${PNAME}-2.17-syscalld-infinite-loop.patch   mirror://${PNAME}/${PNAME}-2.17-syscalld-infinite-loop.patch
38     mirror://${PNAME}/${PNAME}-2.25-binutils229.patch
39  )  )
40    
41  # sed line: on 2 digits add an zero: 2.7 -> 2.7.0  # sed line: on 2 digits add an zero: 2.7 -> 2.7.0
# Line 99  src_prepare() Line 100  src_prepare()
100   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
101   cd ${SRCDIR}   cd ${SRCDIR}
102    
103     # fix ftbfs with newer binutils (>=2.29)
104     mpatch ${PNAME}-2.25-binutils229.patch || die
105    
106   # fix a test case that fails when built using gcc-5.x   # fix a test case that fails when built using gcc-5.x
107   sed -i '/tst-audit2-ENV/i CFLAGS-tst-audit2.c += -fno-builtin' elf/Makefile || die   sed -i '/tst-audit2-ENV/i CFLAGS-tst-audit2.c += -fno-builtin' elf/Makefile || die
108    

Legend:
Removed from v.10157  
changed lines
  Added in v.10158