-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 attached is a patch to enable OpenBSD compilation. the patch shouldn't interfere with compilation on other systems. of note, previously static compilation on OpenBSD resulted in segmentation fault. this is due to libpthread not being fully linked into the final static binary [0][1]. it seems like the issue might not be limited to OpenBSD and it might be a good idea to ensure that the patch is present on other system. bitcoind relies on gnumake, which is not part of OpenBSD base, but can be installed with pkg_add gmake. depending on the build script that's used, calls to make -f makefile.unix need to be replaced with gmake -f makefile.unix. attached is a reference patch against asciilifeforms's stator package. [0] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52590#c4 [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39176#c2 -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJVnCkOAAoJEPxx3N0PZK2QSPQP/ihmF8pPjS3GcRJXdgX9pVgQ T2/bMPZssS5BDXH7dyRBdmE+fTpb+9+ndX6fyRz01MmyRK3MOTckGQ0CV+Asp9uB xLpHuQug1eYRp9NnMlPWmhoD/mnuqmChN4zKmpIj/XBkhdo0oj6O3Jhbb2xh29mz O5M/Sj7OF21MONcGaW//UBaGnKgJlhEg52nRfK46Rzqwnjed/+m8VehX28kgXIoC ri+a/vq8ULEgviwNRKQlnt8+RaAtI32Zg8AE/pzCYe+qDzLzl6/LqefrpEmNxBnb lfYSDKSH1Zz/4NPVj86iWML0Fvu81QIZP5OI2qSGEC2DpuRGNkdEWEt/MOnJouEZ 3qDU9WSivQVzibMDWJCHw0XL+G5m46wfwMVlLFwpdcHdAZifcOL1WYHXiVtHv+jD 98u5mClt6vyk6yv9M2SYET634M+TLNWNX1FSBB5pnm/uPoppb0SANaMNpUOseaaZ Rq7YKls4BO1ZHTODry0fqpjA/2DsT+IvibxYalZz1mUHGatjhTao4qgOEfOsx2Si cH1eBbHdlTOQAC3fnGiQH3p+mvPOiXDeiERq/OzwtFrD180c/ilS1QkPtdvdFVuN MTse+LmPsWW9S3U+c0SsDjiywrR0qeXpMW/6xr2TKrwfPwYq4l3fG5yB3WJTqDsh h3puwbYMa9bkakS+3GHZ =lbwW -----END PGP SIGNATURE-----