Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2014 18:04:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191901] New: security/p5-Crypt-SSLeay 0.72 fails to build with CC=clang in /etc/make.conf
Message-ID:  <bug-191901-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: Trond.Endrestol@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191901-13>