]> git.pld-linux.org Git - packages/dotnet-njb-sharp.git/blob - dotnet-njb-sharp-sonames.patch
- release 3
[packages/dotnet-njb-sharp.git] / dotnet-njb-sharp-sonames.patch
1 libusb should be <dllmap dll="libusb" target="libusb-0.1.so.4" />, but
2 it's not used currently
3 --- njb-sharp-0.3.0/src/njb-sharp.dll.config.in.orig    2006-03-30 06:10:52.000000000 +0200
4 +++ njb-sharp-0.3.0/src/njb-sharp.dll.config.in 2007-07-15 14:19:27.349677840 +0200
5 @@ -1,6 +1,5 @@
6  <configuration>
7 -       <dllmap dll="libnjb" target="libnjb.so.5.1.0" />
8 -       <dllmap dll="libusb" target="libusb-0.1.so.4.4.2" />
9 -       <dllmap dll="libusb" target="@expanded_libdir@/@PACKAGE@/libnjbglue.so" />
10 +       <dllmap dll="libnjb" target="libnjb.so.5" />
11 +       <dllmap dll="libnjbglue" target="@expanded_libdir@/@PACKAGE@/libnjbglue.so" />
12  </configuration>
13  
This page took 0.104628 seconds and 3 git commands to generate.