Ticket #34603: patch-include-makeinclude-platform_macros.GNU.diff

File patch-include-makeinclude-platform_macros.GNU.diff, 460 bytes (added by lockhart (Thomas Lockhart), 12 years ago)

Complete file to replace current "patch file" to help with configuration.

  • include/makeinclude/platform_macros.GNU

    old new  
     1buildbits=64
     2universal=0
     3install_rpath=0
     4inline=1
     5shared_libs_only=1
     6ssl=0
     7
     8LDFLAGS+= -Wl,-rpath,$(INSTALL_PREFIX)/$(INSTALL_LIB)
     9
     10SOFLAGS+= -Wl,-install_name,\@rpath/$@
     11
     12include $(ACE_ROOT)/include/makeinclude/platform_macosx_@MACOSX@.GNU