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:
parent
54f191f25b
commit
ee557a4145
5 changed files with 78 additions and 41 deletions
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue