diff -ru imlib-1.9.14.orig/configure imlib-1.9.14.new/configure --- imlib-1.9.14.orig/configure Mon Mar 25 10:45:33 2002 +++ imlib-1.9.14.new/configure Tue Jun 24 20:23:14 2003 @@ -3378,7 +3378,7 @@ # cross-compilation, but unfortunately the echo tests do not # yet detect zsh echo's removal of \ escapes. Also zsh mangles # `"' quotes if we put them in here... so don't! - archive_cmds='$nonopt $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name $rpath/$soname $verstring' + archive_cmds='$nonopt $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags $(test .$module != .yes && echo -install_name $rpath/$soname $verstring)' # We need to add '_' to the symbols in $export_symbols first #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols' hardcode_direct=yes diff -ru imlib-1.9.14.orig/gdk_imlib/Makefile.am imlib-1.9.14.new/gdk_imlib/Makefile.am --- imlib-1.9.14.orig/gdk_imlib/Makefile.am Mon Mar 25 10:45:24 2002 +++ imlib-1.9.14.new/gdk_imlib/Makefile.am Tue Jun 24 20:08:14 2003 @@ -1,4 +1,4 @@ -common_ldflags = -avoid-version +common_ldflags = -avoid-version -module libimlib_gif_la_SOURCES = io-gif.c libimlib_gif_la_LDFLAGS = $(common_ldflags) diff -ru imlib-1.9.14.orig/gdk_imlib/Makefile.in imlib-1.9.14.new/gdk_imlib/Makefile.in --- imlib-1.9.14.orig/gdk_imlib/Makefile.in Mon Mar 25 10:50:24 2002 +++ imlib-1.9.14.new/gdk_imlib/Makefile.in Tue Jun 24 20:08:44 2003 @@ -94,7 +94,7 @@ X_LIBS = @X_LIBS@ X_PRE_LIBS = @X_PRE_LIBS@ -common_ldflags = -avoid-version +common_ldflags = -avoid-version -module libimlib_gif_la_SOURCES = io-gif.c libimlib_gif_la_LDFLAGS = $(common_ldflags)