aboutsummaryrefslogtreecommitdiffstats
path: root/main/mkinitfs/0001-cryptsetup-add-missing-libdl-dependency.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-11-18 15:08:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-11-18 15:09:08 +0000
commita66095b9d8d8bb9e10f9978c746710ed0fce75d9 (patch)
tree206e3888de884ceefed6ce9961ed55eee97cb82a /main/mkinitfs/0001-cryptsetup-add-missing-libdl-dependency.patch
parent93162f2a0e62989a38a9a8ff4dfb1328dc845ed7 (diff)
downloadaports-a66095b9d8d8bb9e10f9978c746710ed0fce75d9.tar.bz2
aports-a66095b9d8d8bb9e10f9978c746710ed0fce75d9.tar.xz
main/mkinitfs: add missing dependency for cryptsetup
ref #2360
Diffstat (limited to 'main/mkinitfs/0001-cryptsetup-add-missing-libdl-dependency.patch')
-rw-r--r--main/mkinitfs/0001-cryptsetup-add-missing-libdl-dependency.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/main/mkinitfs/0001-cryptsetup-add-missing-libdl-dependency.patch b/main/mkinitfs/0001-cryptsetup-add-missing-libdl-dependency.patch
new file mode 100644
index 0000000000..671effd125
--- /dev/null
+++ b/main/mkinitfs/0001-cryptsetup-add-missing-libdl-dependency.patch
@@ -0,0 +1,21 @@
+From f6e59ac9e500f9a32f96c39201f4323c058c9e2e Mon Sep 17 00:00:00 2001
+From: Natanael Copa <ncopa@alpinelinux.org>
+Date: Mon, 18 Nov 2013 13:27:53 +0000
+Subject: [PATCH] cryptsetup: add missing libdl dependency
+
+---
+ files.d/cryptsetup | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/files.d/cryptsetup b/files.d/cryptsetup
+index 5c7198d..6b170d2 100644
+--- a/files.d/cryptsetup
++++ b/files.d/cryptsetup
+@@ -6,3 +6,4 @@
+ /lib/libssl.so.*
+ /lib/libcrypto.so.*
+ /lib/libz.so.*
++/lib/libdl.so.*
+--
+1.8.4.3
+