summaryrefslogtreecommitdiffstats
path: root/debian/patches/p11kit-switch-to-dlopen.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 02:22:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 02:22:47 +0000
commitbe5822f08a0554fe8113166fdc7535fd8553a1ed (patch)
tree3a5adfe8d7c1c0d0ae145e98d94c82bd058f4542 /debian/patches/p11kit-switch-to-dlopen.patch
parentMerging upstream version 252.25. (diff)
downloadsystemd-be5822f08a0554fe8113166fdc7535fd8553a1ed.tar.xz
systemd-be5822f08a0554fe8113166fdc7535fd8553a1ed.zip
Merging debian version 252.25-1~deb12u1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/p11kit-switch-to-dlopen.patch')
-rw-r--r--debian/patches/p11kit-switch-to-dlopen.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/p11kit-switch-to-dlopen.patch b/debian/patches/p11kit-switch-to-dlopen.patch
index ed9cbf2..60398fc 100644
--- a/debian/patches/p11kit-switch-to-dlopen.patch
+++ b/debian/patches/p11kit-switch-to-dlopen.patch
@@ -13,10 +13,10 @@ Subject: p11kit: switch to dlopen()
7 files changed, 202 insertions(+), 60 deletions(-)
diff --git a/meson.build b/meson.build
-index afcb4a7..e707742 100644
+index aea27dc..703ee3a 100644
--- a/meson.build
+++ b/meson.build
-@@ -1462,8 +1462,10 @@ if want_p11kit != 'false' and not skip_deps
+@@ -1463,8 +1463,10 @@ if want_p11kit != 'false' and not skip_deps
version : '>= 0.23.3',
required : want_p11kit == 'true')
have = libp11kit.found()
@@ -718,7 +718,7 @@ index 85dbb81..55728c2 100644
}
diff --git a/test/test-functions b/test/test-functions
-index da17bff..58257d4 100644
+index 097babf..dfb8db3 100644
--- a/test/test-functions
+++ b/test/test-functions
@@ -1391,7 +1391,7 @@ install_missing_libraries() {