1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:37:44 +00:00

Ports: Update sqlite's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-16 23:42:02 +04:30 committed by Ali Mohammad Pur
parent 54f191f25b
commit ee557a4145
5 changed files with 78 additions and 41 deletions

View file

@ -0,0 +1,34 @@
From 98597b7f104c73a1955eef077097b5dbb372183f Mon Sep 17 00:00:00 2001
From: Andrew Kaster <akaster@serenityos.org>
Date: Sat, 8 Jan 2022 05:33:27 -0700
Subject: [PATCH 1/2] Teach configure about serenity
---
configure | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/configure b/configure
index 367f505..df6217c 100755
--- a/configure
+++ b/configure
@@ -11067,6 +11067,8 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; }
hardcode_shlibpath_var=no
;;
+ serenity*)
+ ;;
*)
ld_shlibs=no
;;
@@ -12147,6 +12149,8 @@ uts4*)
shlibpath_var=LD_LIBRARY_PATH
;;
+serenity*)
+ ;;
*)
dynamic_linker=no
;;
--
2.36.1