File: 02-dllmap_fix.patch

package info (click to toggle)
appindicator3-sharp 12.10.0%2Bgit20151221-5.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 208 kB
  • sloc: makefile: 103; sh: 3
file content (10 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
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 @@
 <configuration>
-  <dllmap dll="appindicator3" target="libappindicator3.so.1"/>
+  <dllmap dll="appindicator3" target="libayatana-appindicator3.so.1"/>
+  <dllmap dll="libappindicator3sharpglue-12.10.0.so" target="/usr/lib/cli/appindicator3-sharp-0.1/libappindicator3sharpglue-12.10.0.so"/>
 </configuration>