Ticket #28258: patch-common.mak.diff
File patch-common.mak.diff, 431 bytes (added by m.thon@…, 14 years ago) |
---|
-
common.mak
old new 99 99 CXXFLAGS += -g -O2 100 100 ifdef MACOS 101 101 DLL_LDFLAGS += -dynamiclib 102 soname = -Wl,-dylib_install_name, lib$1.so.$(IPEVERS)102 soname = -Wl,-dylib_install_name,$(IPELIBDIR)/lib$1.so.$(IPEVERS) 103 103 else 104 104 DLL_LDFLAGS += -shared 105 105 soname = -Wl,-soname,lib$1.so.$(IPEVERS)