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 11073 by niro, Tue Sep 5 12:19:12 2017 UTC revision 11077 by niro, Thu Sep 7 08:56:10 2017 UTC
# Line 4  PNAME="glibc" Line 4  PNAME="glibc"
4  PVER="2.26"  PVER="2.26"
5  PBUILD="r1"  PBUILD="r1"
6    
7    STATE="disabled" # not working with i486 anymore
8  SPLIT_PACKAGES="glibc glibc-dev glibc-locale-de"  SPLIT_PACKAGES="glibc glibc-dev glibc-locale-de"
9    
10  PCAT="sys-libs"  PCAT="sys-libs"
# Line 41  SRC_URI=( Line 42  SRC_URI=(
42  UP2DATE="updatecmd_gnu ${PNAME/-nptl/} | sed 's/^\([0-9]\.[0-9]\$\)/\1.0/'"  UP2DATE="updatecmd_gnu ${PNAME/-nptl/} | sed 's/^\([0-9]\.[0-9]\$\)/\1.0/'"
43    
44  # glibc don't like strong CFLAGS  # glibc don't like strong CFLAGS
45  export CFLAGS="${CFLAGS//-O?} -O2"  #export CFLAGS="${CFLAGS//-O?} -O2"
46  # glibc -> nptl thread don't like striping  # glibc -> nptl thread don't like striping
47  msetfeature "!strip"  msetfeature "!strip"
48    
# Line 100  src_prepare() Line 101  src_prepare()
101   cd ${SRCDIR}   cd ${SRCDIR}
102    
103   # fix a test case that fails when built using gcc-5.x   # fix a test case that fails when built using gcc-5.x
104  # 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
105    
106   # fixes an infinite loop while syscall.d creation   # fixes an infinite loop while syscall.d creation
107   # 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 115  src_prepare()
115   #  /usr/src/glibc-2.16.0.bld/   #  /usr/src/glibc-2.16.0.bld/
116   #  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>
117   #  line 1   #  line 1
118  # 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
119    
120   # binutils patch needs reconf   # binutils patch needs reconf
121  # autoconf --force || die  # autoconf --force || die

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