From 7a55f914debef5b8d4f6ea642d91812e8c7f58bb Mon Sep 17 00:00:00 2001 From: Andrew Shadura Date: Fri, 25 Dec 2015 23:19:55 +0100 Subject: Add a DLL map fix for the glue library. --- debian/patches/02-dllmap_fix.patch | 9 +++++++++ debian/patches/series | 1 + out/appindicator3-sharp.dll.config | 1 + 3 files changed, 11 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..b30bafb --- /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/appindicator3-sharp.dll.config ++++ b/out/appindicator3-sharp.dll.config +@@ -1,3 +1,4 @@ + + ++ + diff --git a/debian/patches/series b/debian/patches/series index 934a455..e6e4d3a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 01-pkgconfig_fixes.patch +02-dllmap_fix.patch diff --git a/out/appindicator3-sharp.dll.config b/out/appindicator3-sharp.dll.config index c1ca2f6..c51d101 100644 --- a/out/appindicator3-sharp.dll.config +++ b/out/appindicator3-sharp.dll.config @@ -1,3 +1,4 @@ + -- cgit v1.2.3