Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6604)

Unified Diff: dev-libs/opencryptoki/opencryptoki-2.2.8.ebuild

Issue 2471003: Make pkcsslotd grab the shared memory it needs, even if it wasnt freed by a previous instance (Closed) Base URL: ssh://git@chromiumos-git//chromiumos-overlay.git
Patch Set: Move logging a bit Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: dev-libs/opencryptoki/opencryptoki-2.2.8.ebuild
diff --git a/dev-libs/opencryptoki/opencryptoki-2.2.8.ebuild b/dev-libs/opencryptoki/opencryptoki-2.2.8.ebuild
index efa34b823c8e3e44731fa9a82200f5a155418a47..1ea0aa376601772f964bc2dabb2043d1c51d57cc 100644
--- a/dev-libs/opencryptoki/opencryptoki-2.2.8.ebuild
+++ b/dev-libs/opencryptoki/opencryptoki-2.2.8.ebuild
@@ -32,6 +32,7 @@ src_prepare() {
# Patch written by Kent Yoder.
epatch "${WORKDIR}/opencryptoki-tpm_stdll-sw_fallback-June012006.patch"
epatch "${FILESDIR}/opencryptoki-2.2.4.1-tpm_util.c.patch"
+ epatch "${FILESDIR}/opencryptoki-2.2.8-steal_shmem.patch"
eautoreconf
}

Powered by Google App Engine
This is Rietveld 408576698