SOURCES: dotnet-njb-sharp-sonames.patch (NEW) - fix libnjb and lib...

qboosh qboosh at pld-linux.org
Sun Jul 15 14:27:21 CEST 2007


Author: qboosh                       Date: Sun Jul 15 12:27:21 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix libnjb and libnjbglue soname mappings
- kill libusb (currently not used)

---- Files affected:
SOURCES:
   dotnet-njb-sharp-sonames.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/dotnet-njb-sharp-sonames.patch
diff -u /dev/null SOURCES/dotnet-njb-sharp-sonames.patch:1.1
--- /dev/null	Sun Jul 15 14:27:21 2007
+++ SOURCES/dotnet-njb-sharp-sonames.patch	Sun Jul 15 14:27:16 2007
@@ -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>
+ 
================================================================


More information about the pld-cvs-commit mailing list