Browse Source

make: update to 4.4

Waldemar Brodkorb 2 years ago
parent
commit
c6e9cd7368
2 changed files with 3 additions and 17 deletions
  1. 3 3
      package/make/Makefile
  2. 0 14
      package/make/patches/patch-configure_ac

+ 3 - 3
package/make/Makefile

@@ -4,9 +4,9 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		make
-PKG_VERSION:=		4.2.1
-PKG_RELEASE:=		2
-PKG_HASH:=		e40b8f018c1da64edd1cc9a6fce5fa63b2e707e404e20cad91fbae337c98a5b7
+PKG_VERSION:=		4.4
+PKG_RELEASE:=		1
+PKG_HASH:=		581f4d4e872da74b3941c874215898a7d35802f03732bdccee1d4a7979105d18
 PKG_DESCR:=		c/c++ code buildtool
 PKG_SECTION:=		dev/tools
 PKG_DEPENDS:=		libelf

+ 0 - 14
package/make/patches/patch-configure_ac

@@ -1,14 +0,0 @@
---- make-4.2.1.orig/configure.ac	2016-06-06 12:27:31.000000000 +0000
-+++ make-4.2.1/configure.ac	2018-02-28 20:57:40.797354623 +0000
-@@ -399,10 +399,9 @@ AC_CACHE_CHECK([if system libc has GNU g
- #include <glob.h>
- #include <fnmatch.h>
- 
--#define GLOB_INTERFACE_VERSION 1
- #if !defined _LIBC && defined __GNU_LIBRARY__ && __GNU_LIBRARY__ > 1
- # include <gnu-versions.h>
--# if _GNU_GLOB_INTERFACE_VERSION == GLOB_INTERFACE_VERSION
-+# if _GNU_GLOB_INTERFACE_VERSION == 1 || _GNU_GLOB_INTERFACE_VERSION == 2
-    gnu glob
- # endif
- #endif],