Skip to content

Commit 80832af

Browse files
committed
Link geom for FreeBSD build
1 parent 3bc7fc5 commit 80832af

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ if(USE_EFIVAR_OLD_API)
6767
add_definitions(-DEFIVAR_OLD_API)
6868
endif()
6969

70+
if(PATCH_FREEBSD_EFIVAR)
71+
# Patch efivar 0.15 build for FreeBSD
72+
# TODO(Inoki): check 0.15 build for FreeBSD
73+
target_link_libraries(QEFIEntryManager PRIVATE geom)
74+
endif()
75+
7076
install(
7177
TARGETS QEFI
7278
EXPORT QEFITargets

0 commit comments

Comments
 (0)