janet, disable cksum, crashes on 32bit (#9706)

This commit is contained in:
Schrijvers Luc
2023-10-29 15:27:05 +00:00
committed by GitHub
parent 7db0a2465b
commit 38ec537224

View File

@@ -1,11 +1,11 @@
From c3e9b92075346a0a5bf7184d5b9f26a9807bb004 Mon Sep 17 00:00:00 2001
From 90a9f48a082547954769111a8eab695a7f0c7f13 Mon Sep 17 00:00:00 2001
From: Begasus <begasus@gmail.com>
Date: Sun, 29 Oct 2023 14:43:57 +0100
Subject: Fix path for manpage
diff --git a/Makefile b/Makefile
index abee818..ee7a618 100644
index abee818..e3ceb6c 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ PREFIX?=/usr/local
@@ -29,14 +29,14 @@ index abee818..ee7a618 100644
2.42.0
From 539b93975c4ebc15b6ad21c1b3209ea62e8a8be7 Mon Sep 17 00:00:00 2001
From ea9f56aa89dff53a46f60097350b040980b6445d Mon Sep 17 00:00:00 2001
From: Begasus <begasus@gmail.com>
Date: Sun, 29 Oct 2023 14:44:29 +0100
Subject: Fix linking error with libnetwork
diff --git a/Makefile b/Makefile
index ee7a618..9813960 100644
index e3ceb6c..150778c 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,9 @@ else ifeq ($(UNAME), Linux)
@@ -52,3 +52,26 @@ index ee7a618..9813960 100644
--
2.42.0
From 7b8055c1899f7be002b61b27ad677e39aad6d1a5 Mon Sep 17 00:00:00 2001
From: Begasus <begasus@gmail.com>
Date: Sun, 29 Oct 2023 16:24:31 +0100
Subject: Disable cksum, crashes on 32bit
diff --git a/Makefile b/Makefile
index 150778c..291a0f3 100644
--- a/Makefile
+++ b/Makefile
@@ -185,7 +185,7 @@ $(JANET_BOOT): $(JANET_BOOT_OBJECTS)
# Now the reason we bootstrap in the first place
build/c/janet.c: $(JANET_BOOT) src/boot/boot.janet
$(RUN) $(JANET_BOOT) $(JANET_BOOT_FLAGS) > $@
- cksum $@
+# cksum $@
##################
##### Quicky #####
--
2.42.0