From 21cf952d8acd6122ee0c94747af69f77ccc59587 Mon Sep 17 00:00:00 2001 From: Andrew Shadura Date: Mon, 18 Jan 2016 13:03:14 +0100 Subject: Patch dllmap to point the loader to the glue library. --- debian/patches/02-dllmap_fix.patch | 9 +++++++++ debian/patches/series | 1 + 2 files changed, 10 insertions(+) create mode 100644 debian/patches/02-dllmap_fix.patch diff --git a/debian/patches/02-dllmap_fix.patch b/debian/patches/02-dllmap_fix.patch new file mode 100644 index 0000000..18cea7c --- /dev/null +++ b/debian/patches/02-dllmap_fix.patch @@ -0,0 +1,9 @@ +Description: Tell the loader where to look for the glue library. Ugh, this is so ugly. + +--- a/out/soup-sharp.dll.config ++++ b/out/soup-sharp.dll.config +@@ -1,3 +1,4 @@ + + ++ + diff --git a/debian/patches/series b/debian/patches/series index a963f2d..f62ab23 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 01-pkgconfig_lib_path.patch +02-dllmap_fix.patch -- cgit v1.2.3