From 387955fca974cf506531c0633831ed7d64b3bd09 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 12 May 2024 23:57:04 -0700 Subject: [PATCH] security/openiked: Fix build Reported by: fallout --- security/openiked/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/security/openiked/Makefile b/security/openiked/Makefile index 4e5ee3b35455f..a280721acf7e9 100644 --- a/security/openiked/Makefile +++ b/security/openiked/Makefile @@ -26,6 +26,7 @@ GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip CONFIGURE_ARGS= --with-libevent-dir=${PREFIX} --with-mantype=man +CONFIGURE_ARGS+= --without-zlib-version-check # fix build by disabling zlib version check post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/ikeca.cnf \