pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/44577 openssl builtin detection, getting closer
The following reply was made to PR pkg/44577; it has been noted by GNATS.
From: John Marino <marino%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/44577 openssl builtin detection, getting closer
Date: Mon, 14 Nov 2011 23:17:30 +0100
David Holland:
> The question is why it's being included twice and why it's not getting
> the right answers the first time. The fact that it isn't means
> something's wrong; and if it *were* getting the right answers the
> first time it wouldn't need to reset/change the variable.
>
> (Plus, having the value change partway through evaluation of the
> makefiles is probably worse than having it be wrong.)
>
> All or almost all builtin.mk files are structured the same way, btw.
I confirmed that security/openssl/builtin.mk is not getting included
twice. Besides grep not unearthing any additions includes of this file,
using your ".if" trick, I determine that it's getting run once, and the
first time it's run, BUILTIN_VERSION.openssl is already defined.
I don't know where else to look to see if this variable is getting
defined. AFAICT, it's limited to the files in security/openssl directory.
John
Home |
Main Index |
Thread Index |
Old Index