vcpkg/ports/yara/Disable-module-elf.patch
Lily Wang 9eb91c199e
[yara] Update to 4.3.0 and add features (#30485)
* [yara] Update to 4.3.0 and add features

* update version

* add patch

* update version

* fix build error

* update version
2023-04-02 21:01:43 -07:00

14 lines
298 B
Diff

diff --git a/libyara/modules/module_list b/libyara/modules/module_list
index 35e848a..e11433e 100644
--- a/libyara/modules/module_list
+++ b/libyara/modules/module_list
@@ -1,6 +1,8 @@
MODULE(tests)
MODULE(pe)
+#ifdef DELF_MODULE
MODULE(elf)
+#endif
MODULE(math)
MODULE(time)
MODULE(console)