summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrew.shadura@collabora.co.uk>2016-01-18 13:03:14 +0100
committerAndrew Shadura <andrewsh@debian.org>2016-01-18 13:05:22 +0100
commit21cf952d8acd6122ee0c94747af69f77ccc59587 (patch)
treeaa52f7eb1fa786dca619aaca4081f9a1b5e54fbf
parent86ac902fec8dbfbee2231af77fe3ccb885ece253 (diff)
Patch dllmap to point the loader to the glue library.
-rw-r--r--debian/patches/02-dllmap_fix.patch9
-rw-r--r--debian/patches/series1
2 files changed, 10 insertions, 0 deletions
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 @@
+ <configuration>
+ <dllmap dll="libsoup-2.4" target="libsoup-2.4.so.1"/>
++ <dllmap dll="libsoupsharpglue-2.42.2.so" target="/usr/lib/cli/soup-sharp-2.4/libsoupsharpglue-2.42.2.so"/>
+ </configuration>
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