[Bug 191901] New: security/p5-Crypt-SSLeay 0.72 fails to build with CC=clang in /etc/make.conf
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jul 16 18:04:38 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191901
Bug ID: 191901
Summary: security/p5-Crypt-SSLeay 0.72 fails to build with
CC=clang in /etc/make.conf
Product: Ports Tree
Version: Latest
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: Trond.Endrestol at ximalas.info
security/p5-Crypt-SSLeay 0.72 fails to build when CC=clang is set in
/etc/make.conf.
When perl Makefile.PL is run during the make configure step, gcc is assumed.
Somehow the CC variable isn't propagated.
This happens on stable/{9,10}, and head.
Quick fix:
CONFIGURE_ENV+= CC=${CC}
Btw, the sed-inplace string probably needs a rework, it assumes the contents of
the Makefile.PL of security/p5-Crypt-SSLeay 0.64.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list