--- smage/trunk/core/glibc/glibc-2.26-r1.smage2 2017/09/05 12:19:12 11073 +++ smage/trunk/core/glibc/glibc-2.26-r1.smage2 2017/09/07 08:56:10 11077 @@ -4,6 +4,7 @@ PVER="2.26" PBUILD="r1" +STATE="disabled" # not working with i486 anymore SPLIT_PACKAGES="glibc glibc-dev glibc-locale-de" PCAT="sys-libs" @@ -41,7 +42,7 @@ UP2DATE="updatecmd_gnu ${PNAME/-nptl/} | sed 's/^\([0-9]\.[0-9]\$\)/\1.0/'" # glibc don't like strong CFLAGS -export CFLAGS="${CFLAGS//-O?} -O2" +#export CFLAGS="${CFLAGS//-O?} -O2" # glibc -> nptl thread don't like striping msetfeature "!strip" @@ -100,7 +101,7 @@ cd ${SRCDIR} # fix a test case that fails when built using gcc-5.x -# 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 # fixes an infinite loop while syscall.d creation # see: http://sourceware.org/bugzilla/show_bug.cgi?id=15711 @@ -114,7 +115,7 @@ # /usr/src/glibc-2.16.0.bld/ # 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, # line 1 -# 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 # binutils patch needs reconf # autoconf --force || die