1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 11:07:34 +00:00

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

This commit is contained in:
Tim Schumacher 2022-05-25 22:20:15 +02:00 committed by Linus Groh
parent aa18adc43f
commit 7ceccb7b82
4 changed files with 3 additions and 52 deletions

View file

@ -0,0 +1,27 @@
From 4476d98e7c01bf1d5f45fe24a28ceac279949454 Mon Sep 17 00:00:00 2001
From: Rodrigo Tobar <rtobarc@gmail.com>
Date: Wed, 8 Sep 2021 00:13:16 +0800
Subject: [PATCH 1/1] Make configure pass all dependency checks for serenity
---
configure | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/configure b/configure
index b593652..28269b6 100755
--- a/configure
+++ b/configure
@@ -6166,6 +6166,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