Ticket #25587: patch-common.mak.diff
File patch-common.mak.diff, 500 bytes (added by m.thon@…, 14 years ago) |
---|
-
common.mak
old new 104 104 endif 105 105 buildlib = $(BUILDDIR)/lib 106 106 dll_target = $(buildlib)/lib$1.so.$(IPEVERS) 107 soname = - Wl,-soname,lib$1.so.$(IPEVERS)107 soname = -install_name $(IPELIBDIR)/lib$1.so.$(IPEVERS) 108 108 dll_symlinks = ln -sf lib$1.so.$(IPEVERS) $(buildlib)/lib$1.so 109 109 install_symlinks = ln -sf lib$1.so.$(IPEVERS) \ 110 110 $(INSTALL_ROOT)$(IPELIBDIR)/lib$1.so