Files
ports/security/py-yara/files/patch-setup.py
T
2026-05-20 14:56:10 +00:00

12 lines
328 B
Python

--- setup.py.orig 2026-04-22 12:28:05 UTC
+++ setup.py
@@ -118,7 +118,7 @@ class BuildCommand(build):
def initialize_options(self):
build.initialize_options(self)
- self.dynamic_linking = None
+ self.dynamic_linking = True
self.enable_magic = None
self.enable_cuckoo = None
self.enable_dex = None