@ -0,0 +1,27 @@ |
|||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
# |
||||
|
# Filename: package/.../glibc/new_make.patch |
||||
|
# Copyright (C) 2015 The OpenSDE Project |
||||
|
# |
||||
|
# More information can be found in the files COPYING and README. |
||||
|
# |
||||
|
# This patch file is dual-licensed. It is available under the license the |
||||
|
# patched project is licensed under, as long as it is an OpenSource license |
||||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
||||
|
# of the GNU General Public License as published by the Free Software |
||||
|
# Foundation; either version 2 of the License, or (at your option) any later |
||||
|
# version. |
||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
--- ./configure.orig 2012-06-30 19:12:34.000000000 +0000
|
||||
|
+++ ./configure 2015-09-23 09:18:27.487788072 +0000
|
||||
|
@@ -4845,7 +4845,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.*)
|
||||
|
ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; |
||||
|
*) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; |
||||
|
|