* manually add pygments hatchling DEP and update .cache
[t2sde.git] / package / develop / wasi-libc / hotfix-no-check.patch
blobafb56f968809da109eeadd13222e6f12a95574f9
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/wasi-libc/hotfix-no-check.patch
3 # Copyright (C) 2023 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- wasi-libc-wasi-sdk-17/Makefile.vanilla 2023-03-19 13:45:03.122575699 +0100
15 +++ wasi-libc-wasi-sdk-17/Makefile 2023-03-19 13:46:04.199576361 +0100
16 @@ -591,7 +591,7 @@
17 # alloctor (providing malloc, calloc, free, etc). Skip this step if the build
18 # is done without a malloc implementation.
19 ifneq ($(MALLOC_IMPL),none)
20 -finish: check-symbols
21 +finish: # check-symbols
22 endif
24 DEFINED_SYMBOLS = $(SYSROOT_SHARE)/defined-symbols.txt