]> git.pld-linux.org Git - packages/dotnet-njb-sharp.git/commitdiff
- fix libnjb and libnjbglue soname mappings
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Jul 2007 12:27:16 +0000 (12:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- kill libusb (currently not used)

Changed files:
    dotnet-njb-sharp-sonames.patch -> 1.1

dotnet-njb-sharp-sonames.patch [new file with mode: 0644]

diff --git a/dotnet-njb-sharp-sonames.patch b/dotnet-njb-sharp-sonames.patch
new file mode 100644 (file)
index 0000000..e549d54
--- /dev/null
@@ -0,0 +1,13 @@
+libusb should be <dllmap dll="libusb" target="libusb-0.1.so.4" />, but
+it's not used currently
+--- njb-sharp-0.3.0/src/njb-sharp.dll.config.in.orig   2006-03-30 06:10:52.000000000 +0200
++++ njb-sharp-0.3.0/src/njb-sharp.dll.config.in        2007-07-15 14:19:27.349677840 +0200
+@@ -1,6 +1,5 @@
+ <configuration>
+-      <dllmap dll="libnjb" target="libnjb.so.5.1.0" />
+-      <dllmap dll="libusb" target="libusb-0.1.so.4.4.2" />
+-      <dllmap dll="libusb" target="@expanded_libdir@/@PACKAGE@/libnjbglue.so" />
++      <dllmap dll="libnjb" target="libnjb.so.5" />
++      <dllmap dll="libnjbglue" target="@expanded_libdir@/@PACKAGE@/libnjbglue.so" />
+ </configuration>
This page took 0.075069 seconds and 4 git commands to generate.