diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-10-24 12:31:14 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-10-24 12:31:14 +0000 |
commit | 0385771d91c26a2ee993a37fbe0ea4396caf5189 (patch) | |
tree | fee4e7d4731ef9c67a59c24dead13df0502255bd /libxmlsec | |
parent | d838deb0b3b32d2e03870714268eb9b8d2e618af (diff) |
INTEGRATION: CWS pj59 (1.15.6); FILE MERGED
2006/09/28 19:23:30 pjanik 1.15.6.1: #i68948#: Set the install_name of all libxmlsec dylib files to
@executable_path/$filename.
Diffstat (limited to 'libxmlsec')
-rw-r--r-- | libxmlsec/xmlsec1-1.2.6.patch | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/libxmlsec/xmlsec1-1.2.6.patch b/libxmlsec/xmlsec1-1.2.6.patch index c7131d8..4d8ee61 100644 --- a/libxmlsec/xmlsec1-1.2.6.patch +++ b/libxmlsec/xmlsec1-1.2.6.patch @@ -17,8 +17,25 @@ .SUFFIXES: .SUFFIXES: .c .lo .o .obj -*** misc/xmlsec1-1.2.6/configure 2004-08-26 08:00:34.000000000 +0200 ---- misc/build/xmlsec1-1.2.6/configure 2006-05-08 12:19:38.812054000 +0200 +*** misc/xmlsec1-1.2.6/configure Thu Aug 26 08:00:34 2004 +--- misc/build/xmlsec1-1.2.6/configure Thu Sep 28 18:00:38 2006 +*************** +*** 9046,9052 **** + ;; + esac + output_verbose_link_cmd='echo' +! archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring' + module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' +--- 9046,9052 ---- + ;; + esac + output_verbose_link_cmd='echo' +! archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name @executable_path/$soname $verstring' + module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' + # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's + archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' *************** *** 24598,24604 **** fi |