Skip to content

Commit

Permalink
security/openssh-portable: fix build with zlib 1.3
Browse files Browse the repository at this point in the history
PR:		ports/273578
Approved by:	maintainer timeout
  • Loading branch information
rozhuk-im authored and delphij committed Oct 24, 2023
1 parent 4405bf0 commit d839d49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion security/openssh-portable/Makefile
@@ -1,6 +1,6 @@
PORTNAME= openssh
DISTVERSION= 9.3p2
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= security
MASTER_SITES= OPENBSD/OpenSSH/portable
Expand All @@ -21,6 +21,7 @@ USES= alias autoreconf compiler:c11 cpe localbase ncurses \
pkgconfig ssl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--without-zlib-version-check \
--with-ssl-engine \
--with-mantype=man \
--with-Werror
Expand Down

0 comments on commit d839d49

Please sign in to comment.