[MacPorts] #16023: samba3 3.2.0 dynamic libs not well referenced

MacPorts noreply at macports.org
Mon Jul 21 14:00:45 PDT 2008


#16023: samba3 3.2.0 dynamic libs not well referenced
----------------------------------------------+-----------------------------
  Reporter:  pierre.augeard at heroldfamily.biz  |       Owner:  mww at macports.org
      Type:  defect                           |      Status:  new             
  Priority:  Normal                           |   Milestone:  Port Bugs       
 Component:  ports                            |     Version:  1.6.0           
Resolution:                                   |    Keywords:                  
----------------------------------------------+-----------------------------
Comment (by pierre.augeard at heroldfamily.biz):

 I've attached the makefile which seems to be clean.
 The link variable for LIBTDB_SHARED_TARGET and LIBTALLOC_SHARED_TARGET is
 SHLD_DSO defined here:
 {{{
 SHLD_DSO = $(SHLD) $(LDSHFLAGS) $(DSO_EXPORTS) -o $@
 }}}
 is not modified with the -install_name param
 should I fix it like that?
 {{{
 SHLD_DSO = $(SHLD) $(LDSHFLAGS) -install_name @libdir@/`basename $@`
 $(DSO_EXPORTS) -o @
 }}}

-- 
Ticket URL: <http://trac.macports.org/ticket/16023#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list