]> git.pld-linux.org Git - packages/clamav.git/blobdiff - x32.patch
- package more static libs
[packages/clamav.git] / x32.patch
diff --git a/x32.patch b/x32.patch
deleted file mode 100644 (file)
index 0da8b55..0000000
--- a/x32.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- clamav-0.100.1/libclamav/bytecode_vm.c~    2018-06-27 21:12:10.000000000 +0200
-+++ clamav-0.100.1/libclamav/bytecode_vm.c     2018-07-26 10:48:10.316153596 +0200
-@@ -1248,7 +1248,11 @@ int cli_vm_execute(const struct cli_bc *
-         gettimeofday(&tv1, NULL);
-         tv1.tv_sec -= tv0.tv_sec;
-         tv1.tv_usec -= tv0.tv_usec;
-+#ifdef __ILP32__
-+        cli_dbgmsg("intepreter bytecode run finished in %lluus, after executing %u opcodes\n",
-+#else
-         cli_dbgmsg("interpreter bytecode run finished in %luus, after executing %u opcodes\n",
-+#endif
-                    tv1.tv_sec*1000000 + tv1.tv_usec, pc);
-     }
-     if (stop == CL_EBYTECODE) {
This page took 0.141318 seconds and 4 git commands to generate.