Ticket #43: osx-64-install-name-tool.diff.txt

File osx-64-install-name-tool.diff.txt, 394 bytes (added by Jim Ursetto, 15 years ago)

128 bytes minimum padding

Line 
1Index: Makefile.macosx
2===================================================================
3--- Makefile.macosx     (revision 15008)
4+++ Makefile.macosx     (working copy)
5@@ -62,6 +62,8 @@
6 ifeq ($(ARCH),x86-64)
7 C_COMPILER_OPTIONS += -m64
8 LINKER_OPTIONS += -m64
9+# Avoid bus error in install_name_tool
10+LINKER_LINK_SHARED_DLOADABLE_OPTIONS += -Wl,-headerpad -Wl,128
11 else
12 
13 ifeq ($(ARCH),universal)