From 0a4ef4652564c5f2adf01c8d67c916a789f12dc8 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 13 Apr 2012 07:03:15 +0200 Subject: rhbz#809466 change soname of bundled redland libs --- scp2/source/ooo/file_library_ooo.scp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'scp2') 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 -- cgit