[MacPorts] #16165: rrdtool: RRDs Perl module fails to load librrd library
MacPorts
noreply at macports.org
Fri Aug 1 15:34:47 PDT 2008
#16165: rrdtool: RRDs Perl module fails to load librrd library
----------------------------------+-----------------------------------------
Reporter: vinc17 at macports.org | Owner: markd at macports.org
Type: defect | Status: new
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.6.0
Resolution: | Keywords:
----------------------------------+-----------------------------------------
Comment (by vinc17 at macports.org):
And that comes from the hints/darwin.sh file in the perl5.8 tarball:
{{{
*)
lddlflags="${ldflags} -bundle -undefined dynamic_lookup"
case "$ld" in
*MACOSX_DEVELOPMENT_TARGET*) ;;
*) ld="env MACOSX_DEPLOYMENT_TARGET=10.3 ${ld}" ;;
esac
;;
}}}
Shouldn't ${ldflags} be suppressed? (Not tested...)
--
Ticket URL: <http://trac.macports.org/ticket/16165#comment:6>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list