We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dac9ef commit 8000996Copy full SHA for 8000996
CMakeLists.txt
@@ -43,8 +43,9 @@ elseif(WIN32)
43
# TODO: Add include and lib from Windows API
44
else()
45
if(${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
46
- # Link with FreeBSD system-level libefivar
47
- target_link_libraries(QEFI PUBLIC efivar)
+ # Link with FreeBSD system-level libefivar and geom
+ # see source code of usr.sbin/efibootmgr/Makefile and usr.sbin/efivar/Makefile
48
+ target_link_libraries(QEFI PUBLIC efivar geom)
49
endif()
50
message("Use qefivar implementations for EFI operations")
51
0 commit comments