6e8e9f6f52
The principal purpose of this change is to remove librtkaio support. The Fedora system wide change request is here: https://fedoraproject.org/wiki/Changes/GLIBC223_librtkaio_removal - Build require gcc-c++ for the C++ tests. - Support --without testsuite option to disable testing after build. - Support --without benchtests option to disable microbenchmarks. - Update --with bootstrap to disable benchtests, valgrind, documentation, selinux, and nss-crypt during bootstrap. - Support --without werror to disable building with -Werror. - Support --without docs to disable build requirement on texinfo. - Support --without valgrind to disable testing with valgrind. - Remove c_stubs add-on and enable fuller support for static binaries. - Remove librtkaio support (#1227855). |
||
---|---|---|
.gitignore | ||
bench.mk | ||
build-locale-archive.c | ||
ChangeLog.old | ||
gen-quilt-series.sh | ||
glibc_post_upgrade.c | ||
glibc-aarch64-tls-fixes.patch | ||
glibc-aarch64-workaround-nzcv-clobber-in-tlsdesc.patch | ||
glibc-arm-hardfloat-3.patch | ||
glibc-bench-build.patch | ||
glibc-bench-compare | ||
glibc-cs-path.patch | ||
glibc-disable-rwlock-elision.patch | ||
glibc-fedora-__libc_multiple_libcs.patch | ||
glibc-fedora-elf-init-hidden_undef.patch | ||
glibc-fedora-elf-ORIGIN.patch | ||
glibc-fedora-i386-tls-direct-seg-refs.patch | ||
glibc-fedora-include-bits-ldbl.patch | ||
glibc-fedora-ldd.patch | ||
glibc-fedora-linux-tcsetattr.patch | ||
glibc-fedora-localedata-rh61908.patch | ||
glibc-fedora-localedef.patch | ||
glibc-fedora-locarchive.patch | ||
glibc-fedora-manual-dircategory.patch | ||
glibc-fedora-nis-rh188246.patch | ||
glibc-fedora-nptl-linklibc.patch | ||
glibc-fedora-nscd.patch | ||
glibc-fedora-ppc-unwind.patch | ||
glibc-fedora-streams-rh436349.patch | ||
glibc-fedora-uname-getrlimit.patch | ||
glibc-fedora-use-test-skeleton.patch | ||
glibc-new-condvar.patch | ||
glibc-nscd-sysconfig.patch | ||
glibc-rh697421.patch | ||
glibc-rh741105.patch | ||
glibc-rh819430.patch | ||
glibc-rh825061.patch | ||
glibc-rh827510.patch | ||
glibc-rh952799.patch | ||
glibc-rh1009145.patch | ||
glibc-rh1013801.patch | ||
glibc-rh1052846.patch | ||
glibc-rh1069559-1.patch | ||
glibc-rh1069559-2.patch | ||
glibc-rh1070416.patch | ||
glibc-rh1238412-add-translit-rules-for-da-nb-nn-sv-locales.patch | ||
glibc-rh1238412-addition-and-fixes-for-translit_neutral.patch | ||
glibc-rh1238412-remove-duplicate-transliterations.patch | ||
glibc-rh1238412-unicode-8.0.0-update.patch | ||
glibc-rh1238412-update-the-translit-files-to-unicode-7.0.0.patch | ||
glibc.spec | ||
libc-lock.h | ||
nscd.conf | ||
nsswitch.conf | ||
power6emul.c | ||
quilt-patch.sh | ||
README.quilt | ||
series | ||
sources | ||
STAGE1-glibc | ||
STAGE1-glibc-headers | ||
sync-upstream.sh |
This package supports working with patch files using quilt. To regenerate the quilt series file run: ./gen-quilt-series.sh Setup environment: export QUILT_PATCHES=$PWD Setup the source: ./quilt-patch.sh Create a new patch: cd glibc-2.17-c758a686/ quilt new glibc-rh1234622.patch quilt add ports/sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist vi ports/sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist quilt refresh cd .. git add glibc-rh1234622.patch <Then edit the glibc.spec file to build with the new patch> e.g. ... PatchXXXX: glibc-rh1234622.patch ... %patchXXXX -p1 ... git add glibc.spec git commit You're done!