Attention is currently required from: Thomas Heijligen, Edward O'Callaghan, Anastasia Klimchuk. Peter Marheine has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/64030 )
Change subject: meson: link flashrom binary against static libflashrom ......................................................................
Patch Set 1:
(2 comments)
File meson.build:
https://review.coreboot.org/c/flashrom/+/64030/comment/2bcb7195_1c8e95bf PS1, Line 477: # we can't just link_with libflashrom as we require all the internal symbols... Obsolete comment?
https://review.coreboot.org/c/flashrom/+/64030/comment/74c42057_fb668014 PS1, Line 489: link_with : libflashrom.get_static_lib(), # flashrom needs internal symbols of libflashrom This will fail if default_library is set to anything but 'both'. I think we actually want to use both_libraries because the static library is always needed and the shared library may be needed.