Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2024 06:57:26 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 387955fca974 - main - security/openiked: Fix build
Message-ID:  <202405130657.44D6vQiD035892@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=387955fca974cf506531c0633831ed7d64b3bd09

commit 387955fca974cf506531c0633831ed7d64b3bd09
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-13 06:57:04 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-13 06:57:04 +0000

    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 4e5ee3b35455..a280721acf7e 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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405130657.44D6vQiD035892>