Deal with linux 4.x
This commit is contained in:
parent
21be54bb9d
commit
2fb1f4da74
2 changed files with 17 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.18 2014/01/14 10:21:39 markd Exp $
|
||||
$NetBSD: distinfo,v 1.19 2015/06/29 21:44:33 markd Exp $
|
||||
|
||||
SHA1 (sge-8.1.6.tar.gz) = 8348a543c736ed4f1c36cf1e8242eeb1a61033df
|
||||
RMD160 (sge-8.1.6.tar.gz) = 231f4d100722c7a99a92e0b9b989125e5d15f295
|
||||
|
@ -14,3 +14,4 @@ SHA1 (patch-source-utilbin_Makefile) = 0a6fa06e71140ed8e74ebe0e5e37a4a3a515391b
|
|||
SHA1 (patch-source_3rdparty_sge_depend_def.h) = 92ad1ef5d0cf237fa083a262d38c67828593f679
|
||||
SHA1 (patch-source_libs_comm_cl_ssl_framework.c) = 230c2a510b52516d9eea934b8c797141167a0b6d
|
||||
SHA1 (patch-source_libs_uti_sge__loadmem.c) = d781009ee8efbfa210a698c885f0aab51ae96818
|
||||
SHA1 (patch-source_util_arch) = c544eca206d2b260ed881f5112bedde68ac5029a
|
||||
|
|
15
parallel/sge/patches/patch-source_util_arch
Normal file
15
parallel/sge/patches/patch-source_util_arch
Normal file
|
@ -0,0 +1,15 @@
|
|||
$NetBSD: patch-source_util_arch,v 1.1 2015/06/29 21:44:33 markd Exp $
|
||||
|
||||
Deal with linux 4.x
|
||||
|
||||
--- source/dist/util/arch.orig 2013-10-28 16:22:53.000000000 +0000
|
||||
+++ source/dist/util/arch
|
||||
@@ -212,7 +212,7 @@ Linux)
|
||||
# http://sourceware.org/git/?p=glibc.git;a=blob_plain;f=FAQ;hb=HEAD
|
||||
if [ "$unsupported" != "UNSUPPORTED-" ]; then
|
||||
case $osrelease in
|
||||
- 2.4.*|2.6.*|3.*)
|
||||
+ 2.4.*|2.6.*|3.*|4.*)
|
||||
# verify the GNU C lib version
|
||||
# we expect libc version to be
|
||||
# >= 2.3 - this is our supported lx-* platform
|
Loading…
Reference in a new issue