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

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

Add configurable options for universal binaries and ssl support. This is a full file, not a patch on the previous version.

  • include/makeinclude/platform_macros.GNU

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