summaryrefslogtreecommitdiff
path: root/debian/patches/02-dllmap_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/02-dllmap_fix.patch')
-rw-r--r--debian/patches/02-dllmap_fix.patch9
1 files changed, 9 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>