Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > 6b6be615f8743ce6e3523cc425763687 > files > 1

graphicsmagick-1.3.31-1.5.mga6.src.rpm

--- GraphicsMagick-1.3.15/magick/module.c.so	2012-06-14 06:43:31.000000000 +0000
+++ GraphicsMagick-1.3.15/magick/module.c	2012-06-14 06:44:29.000000000 +0000
@@ -59,7 +59,7 @@
 #define MAX_MODULES 511 /* Maximum number of modules supported by build. */
 #define ModuleFilename  "modules.mgk"
 #if defined(HasLTDL)
-#  define ModuleGlobExpression "*.la"
+#  define ModuleGlobExpression "*.so"
 #else
 #  if defined(_DEBUG)
 #    define ModuleGlobExpression "IM_MOD_DB_*.dll"
@@ -2030,7 +2030,7 @@
   assert(tag != (char *) NULL);
   assert(module_name != (char *) NULL);
 #if defined(HasLTDL)
-  (void) FormatString(module_name,"%.1024s.la",tag);
+  (void) FormatString(module_name,"%.1024s.so",tag);
   (void) LocaleLower(module_name);
 #else
 #if defined(MSWINDOWS)
@@ -2077,7 +2077,7 @@
   assert(tag != (char *) NULL);
   assert(module_name != (char *) NULL);
 #if defined(HasLTDL)
-  (void) FormatString(module_name,"%.1024s.la",tag);
+  (void) FormatString(module_name,"%.1024s.so",tag);
   (void) LocaleLower(module_name);
 #else
   (void) FormatString(module_name,"%.1024s.dll",tag);