mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 12:17:36 +00:00
Ports: Make libksba/libassuan/ntbtls use Serenity's gpg-error-config
This is likely because we usually used the host's version of the file. I happen to use a newer libgpg-error (which is relevant because that particular executable has been renamed, so my system no longer contains a file of the name gpg-error-config), which revealed this latent bug.
This commit is contained in:
parent
5a94e8dfd0
commit
c94924691d
5 changed files with 43 additions and 0 deletions
22
Ports/gnupg/patches/0001-Link-against-libiconv.patch
Normal file
22
Ports/gnupg/patches/0001-Link-against-libiconv.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Ben Wiederhake <BenWiederhake.GitHub@gmx.de>
|
||||
Date: Sun, 9 Apr 2023 11:48:19 +0200
|
||||
Subject: [PATCH] Link against libiconv
|
||||
|
||||
---
|
||||
sm/Makefile.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/sm/Makefile.in b/sm/Makefile.in
|
||||
index 06c15db5b91d89dba33168436e4e316533a012f5..c1b9f936aee31b4f515bc94ba2819a09180c74af 100644
|
||||
--- a/sm/Makefile.in
|
||||
+++ b/sm/Makefile.in
|
||||
@@ -554,7 +554,7 @@ module_tests =
|
||||
module_maint_tests = t-minip12
|
||||
t_common_src =
|
||||
t_common_ldadd = $(libcommon) $(LIBGCRYPT_LIBS) $(KSBA_LIBS) \
|
||||
- $(GPG_ERROR_LIBS) $(LIBINTL)
|
||||
+ $(GPG_ERROR_LIBS) $(LIBINTL) $(LIBICONV)
|
||||
|
||||
t_minip12_CFLAGS = -DWITHOUT_NPTH=1 \
|
||||
$(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS)
|
7
Ports/gnupg/patches/ReadMe.md
Normal file
7
Ports/gnupg/patches/ReadMe.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Patches for gnupg on SerenityOS
|
||||
|
||||
## `0001-Link-against-libiconv.patch`
|
||||
|
||||
Link against libiconv
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue