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