diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-02 13:15:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-02 13:15:47 +0000 |
commit | 944e4b6299ecbd45a3472a8e129fc85ea67d576f (patch) | |
tree | 711a249f0f4cabdfd8f837a31bce236f66dcf905 /main/mkinitfs/0001-cyptsetup-add-another-missing-dep-libpthread.patch | |
parent | d375f6a40fce7d67d5aa640510cc64033ade00e8 (diff) | |
download | aports-944e4b6299ecbd45a3472a8e129fc85ea67d576f.tar.bz2 aports-944e4b6299ecbd45a3472a8e129fc85ea67d576f.tar.xz |
main/mkinitfs: add missing libpthread dep for cryptsetup
ref #2445
Diffstat (limited to 'main/mkinitfs/0001-cyptsetup-add-another-missing-dep-libpthread.patch')
-rw-r--r-- | main/mkinitfs/0001-cyptsetup-add-another-missing-dep-libpthread.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/main/mkinitfs/0001-cyptsetup-add-another-missing-dep-libpthread.patch b/main/mkinitfs/0001-cyptsetup-add-another-missing-dep-libpthread.patch new file mode 100644 index 0000000000..3643656b20 --- /dev/null +++ b/main/mkinitfs/0001-cyptsetup-add-another-missing-dep-libpthread.patch @@ -0,0 +1,22 @@ +From 3d83e2968ac40a80162821c358316cfea12a33e2 Mon Sep 17 00:00:00 2001 +From: Natanael Copa <ncopa@alpinelinux.org> +Date: Mon, 2 Dec 2013 13:10:54 +0000 +Subject: [PATCH] cyptsetup: add another missing dep, libpthread + +ref #2445 +--- + files.d/cryptsetup | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/files.d/cryptsetup b/files.d/cryptsetup +index 6b170d2..e9810ef 100644 +--- a/files.d/cryptsetup ++++ b/files.d/cryptsetup +@@ -7,3 +7,4 @@ + /lib/libcrypto.so.* + /lib/libz.so.* + /lib/libdl.so.* ++/lib/libpthread*.so* +-- +1.8.4.3 + |