mail/alpine: fix build with libressl

PR:		269064
Reported by:	Dave Hayes <dave@jetcafe.org>
Approved by:	maintainer timeout (3+ months)
This commit is contained in:
Zsolt Udvari 2024-10-28 07:31:09 +01:00
parent 364d89e1c0
commit 0f11f7ee59

View file

@ -1,6 +1,6 @@
PORTNAME?= alpine PORTNAME?= alpine
DISTVERSION= 2.26 DISTVERSION= 2.26
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES?= mail news CATEGORIES?= mail news
MASTER_SITES= https://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}${EXTRACT_SUFX}?dummy=/ MASTER_SITES= https://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}${EXTRACT_SUFX}?dummy=/
@ -32,6 +32,7 @@ MAKE_ARGS+= CC="${CC}" \
CXX="${CXX}" \ CXX="${CXX}" \
GCCCFLAGS="${CFLAGS}" GCCCFLAGS="${CFLAGS}"
MAKE_JOBS_UNSAFE= yes MAKE_JOBS_UNSAFE= yes
CFLAGS+= -DOPENSSL_1_1_0 -DOPENSSL_API_COMPAT=0x10100000L
# When you update please double check that the commit corresponds to # When you update please double check that the commit corresponds to
# the actual version you've set in PORTVERSION. # the actual version you've set in PORTVERSION.
GIT_COMMIT= 9726c098a739edfdca6218bc5dee104c310957e9 GIT_COMMIT= 9726c098a739edfdca6218bc5dee104c310957e9