Attention is currently required from: Matti Finder.
1 comment:
File meson.build:
Patch Set #8, Line 177: get_option('rpmc').allowed()
I found the trace where current minimum 0.56.0 comes from: […]
Matti, I feel bad that I discovered something again, last moment. I could try building this few days ago! :\
To help, I just tested the code that I suggested in my previous comment, so you can use it.
I tested various scenarios:
1) libcrypto found, rpmc=auto or enabled => flashrom builds with rpmc feature
2) libcrypto found, rpmc=disabled => flashrom builds without rpmc feature
3) libcrypto not found, rpmc=auto or disabled => flashrom builds without rpmc feature
4) libcrypto not found, rpmc=enabled => flashrom build fails
(ERROR: Dependency lookup for libcrypto with method 'pkgconfig' failed)
That should cover everything.
(the way to try is to run in the builddir `meson configure -Drpmc=enabled` and then rebuild)
To view, visit change 84934. To unsubscribe, or for help writing mail filters, visit settings.