Subject: perl5/module.mk ${MAKE_PARAMS:Q} issue (bmake? Redhat?)
To: None <tech-pkg@netbsd.org>
From: David Brownlee <abs@absd.org>
List: tech-pkg
Date: 02/22/2005 20:16:24
Trying to build current pkgsrc on Redhat ES release 2.1.
Most builds, but p5-Net-SSLeay chokes due to an issue in
perl5/module.mk:
security/p5-Net-SSLeay/Makefile contains:
MAKE_PARAMS+= ${SSLBASE}
lang/perl5/module.mk contains:
MAKE_PARAMS+= INSTALLDIRS=site
[...]
_CONF_ARG= Makefile.PL ${MAKE_PARAMS:Q}
This results in a _CONF_ARG of
Makefile.PL /usr/pkg\ INSTALLDIRS=site
Unsurprisingly the configure fails with a message along the
lines of no ssl in the "/usr/pkg/\ INSTALLDIRS=site" dir
Dropping the :Q from the _CONF_ARG makes the issue go away.
Does anyone have any thoughts?
--
David Brownlee -- abs@absd.org