mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
tcsh: upgrade 6.22.04 -> 6.24.07
0001-Enable-system-malloc-on-all-linux.patch refreshed for 6.24.07 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -13,18 +13,18 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/config_f.h b/config_f.h
|
diff --git a/config_f.h b/config_f.h
|
||||||
index 6a632a5..0a66960 100644
|
index fb9e69b..c207c25 100644
|
||||||
--- a/config_f.h
|
--- a/config_f.h
|
||||||
+++ b/config_f.h
|
+++ b/config_f.h
|
||||||
@@ -139,7 +139,7 @@
|
@@ -147,7 +147,7 @@
|
||||||
* This can be much slower and no memory statistics will be
|
* This can be much slower and no memory statistics will be
|
||||||
* provided.
|
* provided.
|
||||||
*/
|
*/
|
||||||
-#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__GLIBC__) || defined(__OpenBSD__) || defined(__APPLE__) || defined (__ANDROID__)
|
-#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__GLIBC__) || defined(__OpenBSD__) || defined(__APPLE__) || defined (__ANDROID__) || defined(__NetBSD__) || !defined(HAVE_WORKING_SBRK)
|
||||||
+#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__linux__) || defined(__OpenBSD__) || defined(__APPLE__)
|
+#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__linux__) || defined(__OpenBSD__) || defined(__APPLE__) || defined (__ANDROID__) || defined(__NetBSD__) || !defined(HAVE_WORKING_SBRK)
|
||||||
# define SYSMALLOC
|
# define SYSMALLOC
|
||||||
#else
|
#else
|
||||||
# undef SYSMALLOC
|
# undef SYSMALLOC
|
||||||
--
|
--
|
||||||
2.12.1
|
2.34.1
|
||||||
|
|
||||||
|
|||||||
+1
-2
@@ -13,8 +13,7 @@ SRC_URI = " \
|
|||||||
file://0001-Enable-system-malloc-on-all-linux.patch \
|
file://0001-Enable-system-malloc-on-all-linux.patch \
|
||||||
file://0002-Add-debian-csh-scripts.patch \
|
file://0002-Add-debian-csh-scripts.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[md5sum] = "fa2b347fa9ae866eb036e6e4bb85fe1a"
|
SRC_URI[sha256sum] = "74e4e9805cbd9413ed34b4ffa1d72fc8d0ef81a5b79476854091416ce9336995"
|
||||||
SRC_URI[sha256sum] = "eb16356243218c32f39e07258d72bf8b21e62ce94bb0e8a95e318b151397e231"
|
|
||||||
|
|
||||||
EXTRA_OEMAKE += "CC_FOR_GETHOST='${BUILD_CC}'"
|
EXTRA_OEMAKE += "CC_FOR_GETHOST='${BUILD_CC}'"
|
||||||
inherit autotools
|
inherit autotools
|
||||||
Reference in New Issue
Block a user