Date: Tuesday, November 1, 2022 @ 22:30:45 Author: foutrelis Revision: 1340442
Apply fix for OpenSSL 3.0 from loqs Modified: umurmur/trunk/PKGBUILD ----------+ PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-01 22:30:42 UTC (rev 1340441) +++ PKGBUILD 2022-11-01 22:30:45 UTC (rev 1340442) @@ -35,6 +35,9 @@ # install configuration file to a namespaced location and make it the default # for the application as well: https://github.com/umurmur/umurmur/pull/170 patch -Np1 -i ../"${pkgname}-0.2.19-config_location.patch" + + # https://github.com/umurmur/umurmur/issues/176 + sed -i '/CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);/d' src/ssli_openssl.c } build() {
