diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-13 07:03:15 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-13 10:27:10 +0200 |
commit | 0a4ef4652564c5f2adf01c8d67c916a789f12dc8 (patch) | |
tree | 91b412322f1ad17ece95fd46c1b24373be82239c /scp2 | |
parent | 574fcec8cd287c868b582bc9a4e5087f6e27d83c (diff) |
rhbz#809466 change soname of bundled redland libs
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 50562f3d970d..66735681da4d 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -1567,15 +1567,15 @@ File gid_File_Lib_Raptor Dir = SCP2_OOO_BIN_DIR; #ifdef UNX #ifdef MACOSX - Name = STRING(CONCAT4(libraptor,.,RAPTOR_MAJOR,UNXSUFFIX)); + Name = STRING(CONCAT4(libraptor-lo,.,RAPTOR_MAJOR,UNXSUFFIX)); #else - Name = STRING(CONCAT4(libraptor,UNXSUFFIX,.,RAPTOR_MAJOR)); + Name = STRING(CONCAT4(libraptor-lo,UNXSUFFIX,.,RAPTOR_MAJOR)); #endif #else #ifdef _gcc3 - Name = "libraptor-1.dll"; + Name = "libraptor-lo-1.dll"; #else - Name = "raptor.dll"; + Name = "raptor-lo.dll"; #endif #endif End @@ -1586,15 +1586,15 @@ File gid_File_Lib_Rasqal Dir = SCP2_OOO_BIN_DIR; #ifdef UNX #ifdef MACOSX - Name = STRING(CONCAT4(librasqal,.,RASQAL_MAJOR,UNXSUFFIX)); + Name = STRING(CONCAT4(librasqal-lo,.,RASQAL_MAJOR,UNXSUFFIX)); #else - Name = STRING(CONCAT4(librasqal,UNXSUFFIX,.,RASQAL_MAJOR)); + Name = STRING(CONCAT4(librasqal-lo,UNXSUFFIX,.,RASQAL_MAJOR)); #endif #else #ifdef _gcc3 - Name = STRING(CONCAT3(librasqal-,RASQAL_MAJOR,.dll)); + Name = STRING(CONCAT3(librasqal-lo-,RASQAL_MAJOR,.dll)); #else - Name = "rasqal.dll"; + Name = "rasqal-lo.dll"; #endif #endif End @@ -1605,15 +1605,15 @@ File gid_File_Lib_Rdf Dir = SCP2_OOO_BIN_DIR; #ifdef UNX #ifdef MACOSX - Name = STRING(CONCAT4(librdf,.,REDLAND_MAJOR,UNXSUFFIX)); + Name = STRING(CONCAT4(librdf-lo,.,REDLAND_MAJOR,UNXSUFFIX)); #else - Name = STRING(CONCAT4(librdf,UNXSUFFIX,.,REDLAND_MAJOR)); + Name = STRING(CONCAT4(librdf-lo,UNXSUFFIX,.,REDLAND_MAJOR)); #endif #else #ifdef _gcc3 - Name = "librdf-0.dll"; + Name = "librdf-lo-0.dll"; #else - Name = "librdf.dll"; + Name = "librdf-lo.dll"; #endif #endif End |