summaryrefslogtreecommitdiffstats
path: root/debian/patches/p11kit-switch-to-dlopen.patch
diff options
context:
space:
mode:
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() {