Ticket #25587: patch-common.mak.diff

File patch-common.mak.diff, 500 bytes (added by m.thon@…, 14 years ago)
  • common.mak

    old new  
    104104  endif
    105105  buildlib      = $(BUILDDIR)/lib
    106106  dll_target    = $(buildlib)/lib$1.so.$(IPEVERS)
    107   soname        = -Wl,-soname,lib$1.so.$(IPEVERS)
     107  soname        = -install_name $(IPELIBDIR)/lib$1.so.$(IPEVERS)
    108108  dll_symlinks  = ln -sf lib$1.so.$(IPEVERS) $(buildlib)/lib$1.so
    109109  install_symlinks = ln -sf lib$1.so.$(IPEVERS) \
    110110                $(INSTALL_ROOT)$(IPELIBDIR)/lib$1.so