Description: Add an soname to the library
 Since upstream doesn't use sonames, we just use the version number

--- orocos-bfl-0.8.0.orig/src/CMakeLists.txt
+++ orocos-bfl-0.8.0/src/CMakeLists.txt
@@ -18,6 +18,7 @@ ENDIF( OROCOS_PLUGIN )
 IF (LIBRARY_TYPE STREQUAL "shared")
   ADD_LIBRARY(orocos-bfl SHARED $ENV{GLOBAL_LIBRARY_SRCS})
   SET_TARGET_PROPERTIES(orocos-bfl PROPERTIES OUTPUT_NAME orocos-bfl)
+  SET_TARGET_PROPERTIES(orocos-bfl PROPERTIES VERSION "${VERSION}" SOVERSION "${VERSION_MAJOR}.${VERSION_MINOR}")
   INSTALL_TARGETS( /lib orocos-bfl)       
 ELSE (LIBRARY_TYPE STREQUAL "shared")
 
