tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Application of package options from within buildlink3.mk?



* On 2025-06-20 at 13:48 BST, Havard Eidnes wrote:

I am therefore repeating my question:

What does

 $ cd /usr/pkgsrc/multimedia/ffmpeg7
 $ make show-var VARNAME=PKG_BUILD_OPTIONS.gnutls

output in your case?  In my case it outputs just a blank line,
and I suspect that this causes my observed build problem.

What is your chosen ssl option for ffmpeg7? If it's not gnutls then its bl3 won't be included and the variable will always be empty because it is never defined.

 $ bmake show-var VARNAME=PKG_BUILD_OPTIONS.gnutls
$ bmake PKG_OPTIONS.ffmpeg7+=gnutls show-var VARNAME=PKG_BUILD_OPTIONS.gnutls
 pkcs11

--
Jonathan Perkin                    pkgsrc.smartos.org
Open Source Complete Cloud   www.tritondatacenter.com


Home | Main Index | Thread Index | Old Index