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 11071 by niro, Tue Sep 5 11:51:18 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
# Line 152  src_compile() Line 152  src_compile()
152   myopts+=" --enable-bind-now"   myopts+=" --enable-bind-now"
153   # enable obsolete rpc implementation   # enable obsolete rpc implementation
154   myopts+=" --enable-obsolete-rpc"   myopts+=" --enable-obsolete-rpc"
155     # enable obsolete nsl implementation
156     myopts+=" --enable-obsolete-nsl"
157   # enable lock elision   # enable lock elision
158   myopts+=" --enable-lock-elision"   myopts+=" --enable-lock-elision"
159   # disable -werror   # disable -werror

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