HorizenOfficial / zen

Horizen
https://www.horizen.io
Other
264 stars 120 forks source link

fix: mcTest makefile patch for CentOS build #605

Closed a-petrini closed 1 year ago

a-petrini commented 1 year ago

This change adds a patch for the libzendoo.mk package script so that mcTest is compiled with the -fPIE compiler option. This fixes build failings on CentOS and derived Linux distributions.

Fixes #592.