diff -urN archive/1.4.63/src/meson.build src/1.4.63/src/meson.build --- archive/1.4.63/src/meson.build 2021-12-04 15:40:24.000000000 +0100 +++ src/1.4.63/src/meson.build 2021-12-07 21:14:41.431337937 +0100 @@ -862,6 +862,7 @@ , libunwind , libxxhash , libws2_32 + , clock_lib ], install: true, install_dir: sbinddir, @@ -887,6 +888,7 @@ , libpcre , libunwind , libws2_32 + , clock_lib ], build_by_default: false, )) @@ -909,6 +911,7 @@ , libpcre , libunwind , libws2_32 + , clock_lib ], build_by_default: false, )) @@ -937,6 +940,7 @@ , libunwind , libxxhash , libws2_32 + , clock_lib ], build_by_default: false, ))