Revision: 7782 http://sourceforge.net/p/ipcop/svn/7782 Author: owes Date: 2015-01-07 11:08:29 +0000 (Wed, 07 Jan 2015) Log Message: ----------- Update glibc to 2.19 in toolchain branch
Modified Paths: -------------- ipcop/branches/toolchain/lfs/glibc Modified: ipcop/branches/toolchain/lfs/glibc =================================================================== --- ipcop/branches/toolchain/lfs/glibc 2015-01-07 11:07:09 UTC (rev 7781) +++ ipcop/branches/toolchain/lfs/glibc 2015-01-07 11:08:29 UTC (rev 7782) @@ -33,7 +33,7 @@ include Config PKG_NAME = glibc -VER = 2.11.3 +VER = 2.19 HOST_ARCH = all OTHER_SRC = yes @@ -75,9 +75,9 @@ objects = $(DL_FILE) -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 2072b7cc9c6bbe88e16622e274026df6 +$(DL_FILE)_MD5 = e26b8cc666b162f999404b03970f14e4 install : $(TARGET) @@ -111,21 +111,21 @@ # Toolchain and final glibc need to share exact same code, or random error/segfault may occure. # This happen particulary as toolchain tcl for now is used to test final packages. # If glibc code is patched, bumping toolchain number may be required. - cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/glibc-2.11.3_git2012-05-13.patch - cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/glibc-2.11.3_posix-bug-regex32.patch # fix an incomplete new test - cd $(DIR_APP) && patch -p0 -i $(DIR_PATCHES)/glibc-check-native-missing-include.patch # fix implicit memset warning - cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/glibc_int-malloc-fb.patch # fix malloc.c warning 'fb' may be used uninitialized in unfrequent case - cd $(DIR_APP) && patch -p0 -i $(DIR_PATCHES)/glibc_fwrite-no-attr-unused.patch # silent ignoring return value of 'fwrite', changed on later glibc release + #cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/glibc-2.11.3_git2012-05-13.patch + #cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/glibc-2.11.3_posix-bug-regex32.patch # fix an incomplete new test + #cd $(DIR_APP) && patch -p0 -i $(DIR_PATCHES)/glibc-check-native-missing-include.patch # fix implicit memset warning + #cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/glibc_int-malloc-fb.patch # fix malloc.c warning 'fb' may be used uninitialized in unfrequent case + #cd $(DIR_APP) && patch -p0 -i $(DIR_PATCHES)/glibc_fwrite-no-attr-unused.patch # silent ignoring return value of 'fwrite', changed on later glibc release #cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/glibc-CVE-2012-0864.patch - cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/glibc-2.11.1_notimestamp.patch - cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/glibc-2.11_sparc-localedef-mmap.patch + #cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/glibc-2.11.1_notimestamp.patch + #cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/glibc-2.11_sparc-localedef-mmap.patch # this fix 'checking for working GNU getopt function... no' for packages that include recent gnulib getopt test # like bison-2.5.1, coreutils-8.17, diffutils-3.2, grep-2.13, gzip-1.5, wget-1.13.4 - cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/glibc-2.14.1_getopt.patch + #cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/glibc-2.14.1_getopt.patch # required by binutils-2.22 (alt-linux borrowed) - cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/glibc-2.11_remove-ctors-dtors-outputs.patch - cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/glibc-2.11_elf-noload-against-ldl.patch - cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/glibc-2.11_link-as-needed-against-ld.so.patch + #cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/glibc-2.11_remove-ctors-dtors-outputs.patch + #cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/glibc-2.11_elf-noload-against-ldl.patch + #cd $(DIR_APP) && patch -p1 -i $(DIR_PATCHES)/glibc-2.11_link-as-needed-against-ld.so.patch @mkdir $(DIR_SRC)/glibc-build @@ -156,7 +156,7 @@ libc_cv_c_cleanup=yes \ libc_cv_pic_default=yes \ ac_cv_prog_MSGFMT="" \ - libc_cv_ranlib_necessary=no + libc_cv_ranlib_necessary=no libc_cv_ssp=no cd $(DIR_SRC)/glibc-build && make -j$(PARALLELISM) mkdir -p /$(TOOLS_DIR)/etc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn