File: 02-dllmap_fix.patch

package info (click to toggle)
soup-sharp 2.42.2%2Bgit20151219-3
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 388 kB
  • ctags: 2
  • sloc: makefile: 105; sh: 3
file content (9 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (2)
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>