summaryrefslogtreecommitdiff
path: root/debian/patches/02-dllmap_fix.patch
blob: 18cea7c8c80ba81cb56e2d6784bdf0ce9a2b5a52 (plain)
1
2
3
4
5
6
7
8
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>