Revision: 7791
          http://sourceforge.net/p/ipcop/svn/7791
Author:   owes
Date:     2015-01-07 20:05:14 +0000 (Wed, 07 Jan 2015)
Log Message:
-----------
Patch glibc for make 4.1

Modified Paths:
--------------
    ipcop/trunk/lfs/glibc

Added Paths:
-----------
    ipcop/trunk/src/patches/glibc-2.11.3_make-version.patch

Modified: ipcop/trunk/lfs/glibc
===================================================================
--- ipcop/trunk/lfs/glibc       2015-01-07 20:03:37 UTC (rev 7790)
+++ ipcop/trunk/lfs/glibc       2015-01-07 20:05:14 UTC (rev 7791)
@@ -108,6 +108,8 @@
        @$(PREBUILD)
        @rm -rf $(DIR_APP) $(DIR_SRC)/glibc-build
        @cd $(DIR_SRC) && xz -dc $(DIR_DL)/$(DL_FILE) | tar xf -
+       # Patch configure so glibc can be compiled with make 4.1 (and newer)
+       cd $(DIR_APP) && patch -p1 -i 
$(DIR_PATCHES)/glibc-2.11.3_make-version.patch
        # 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.

Added: ipcop/trunk/src/patches/glibc-2.11.3_make-version.patch
===================================================================
--- ipcop/trunk/src/patches/glibc-2.11.3_make-version.patch                     
        (rev 0)
+++ ipcop/trunk/src/patches/glibc-2.11.3_make-version.patch     2015-01-07 
20:05:14 UTC (rev 7791)
@@ -0,0 +1,11 @@
+--- a/configure        2015-01-07 20:18:32.955593501 +0100
++++ b/configure        2015-01-07 20:18:38.000000000 +0100
+@@ -5108,7 +5108,7 @@
+   ac_prog_version=`$MAKE --version 2>&1 | sed -n 's/^.*GNU 
Make[^0-9]*\([0-9][0-9.]*\).*$/\1/p'`
+   case $ac_prog_version in
+     '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
+-    3.79* | 3.[89]*)
++    3.79* | 3.[89]* | [4-9].* | [1-9][0-9]*)
+        ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
+     *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
+ 

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

Reply via email to