1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 12:17:36 +00:00

Ports: Replace the jq config.sub patch with our download

This commit is contained in:
Tim Schumacher 2022-05-25 18:38:29 +02:00 committed by Linus Groh
parent 2d3724303a
commit aa18adc43f
5 changed files with 9 additions and 72 deletions

View file

@ -0,0 +1,27 @@
From 286ee7f25aefdd17945ba141bb5684857575119a Mon Sep 17 00:00:00 2001
From: Ali Mohammad Pur <ali.mpfard@gmail.com>
Date: Mon, 16 May 2022 16:20:52 +0430
Subject: [PATCH 1/2] Make configure assume all dependencies are okay
---
configure | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/configure b/configure
index de9c48a..1ace244 100755
--- a/configure
+++ b/configure
@@ -6828,6 +6828,10 @@ bsdi[45]*)
lt_cv_file_magic_test_file=/shlib/libc.so
;;
+*serenity*)
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
cygwin*)
# func_win32_libid is a shell function defined in ltmain.sh
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
--
2.36.1