Skip to content

Commit

Permalink
Yara: inherits linker flags
Browse files Browse the repository at this point in the history
  • Loading branch information
catap authored and PeterMatula committed Sep 20, 2022
1 parent c0107d1 commit 9bc5707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/yara/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ set(YARA_CONFIGURE_ARGS
--without-crypto
CC=${CMAKE_C_COMPILER}
CFLAGS=${CMAKE_C_FLAGS}
LDFLAGS=${CMAKE_SHARED_LINKER_FLAGS}
)
check_if_variable_changed(YARA_CONFIGURE_ARGS CHANGED)
if(CHANGED)
Expand Down

0 comments on commit 9bc5707

Please sign in to comment.