Magellan Linux

Diff of /smage/trunk/core/glibc/glibc-2.26-r1.smage2

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

revision 11072 by niro, Tue Sep 5 12:11:13 2017 UTC revision 11073 by niro, Tue Sep 5 12:19:12 2017 UTC
# Line 100  src_prepare() Line 100  src_prepare()
100   cd ${SRCDIR}   cd ${SRCDIR}
101    
102   # fix a test case that fails when built using gcc-5.x   # fix a test case that fails when built using gcc-5.x
103   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
104    
105   # fixes an infinite loop while syscall.d creation   # fixes an infinite loop while syscall.d creation
106   # see: http://sourceware.org/bugzilla/show_bug.cgi?id=15711   # see: http://sourceware.org/bugzilla/show_bug.cgi?id=15711
# Line 114  src_prepare() Line 114  src_prepare()
114   #  /usr/src/glibc-2.16.0.bld/   #  /usr/src/glibc-2.16.0.bld/
115   #  Unmatched ( in regex; marked by <-- HERE in m/$( <-- HERE if $(abi-32-ld-soname),$(abi-32-ld-soname),ld/ at scripts/test-installation.pl line 172, <LDD>   #  Unmatched ( in regex; marked by <-- HERE in m/$( <-- HERE if $(abi-32-ld-soname),$(abi-32-ld-soname),ld/ at scripts/test-installation.pl line 172, <LDD>
116   #  line 1   #  line 1
117   sed -i 's:CC="$(CC)" $(PERL) scripts/test-installation.pl $(common-objpfx)::' Makefile || die  # sed -i 's:CC="$(CC)" $(PERL) scripts/test-installation.pl $(common-objpfx)::' Makefile || die
118    
119   # binutils patch needs reconf   # binutils patch needs reconf
120  # autoconf --force || die  # autoconf --force || die

Legend:
Removed from v.11072  
changed lines
  Added in v.11073