summaryrefslogtreecommitdiff
path: root/libxmlsec
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-10-24 12:31:14 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-10-24 12:31:14 +0000
commit62a9755c20d3d831ed0f40ff2b00563165b306df (patch)
treeabc625981bce46ee3a15a8eef39f60a50543fced /libxmlsec
parent1ece4a6cfa3eb7de0df37ae962d13711a229f98f (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.patch21
1 files changed, 19 insertions, 2 deletions
diff --git a/libxmlsec/xmlsec1-1.2.6.patch b/libxmlsec/xmlsec1-1.2.6.patch
index c7131d81a43c..4d8ee610e133 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