View | Details | Raw Unified | Return to bug 276249 | Differences between
and this patch

Collapse All | Expand All

(-)b/lang/python311/Makefile (+7 lines)
Lines 109-114 EXTRA_PATCHES+= ${PATCHDIR}/libressl Link Here
109
CONFIGURE_ENV+=	ac_cv_working_openssl_hashlib=yes
109
CONFIGURE_ENV+=	ac_cv_working_openssl_hashlib=yes
110
.endif
110
.endif
111
111
112
.include <bsd.port.pre.mk>
113
114
.if ${ARCH} == armv7 && ${CHOSEN_COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 170 && \
115
	${COMPILER_VERSION} < 180
116
CONFIGURE_ARGS:=	${CONFIGURE_ARGS:N${LTO_CONFIGURE_ON}}
117
.endif
118
112
post-patch:
119
post-patch:
113
# disable the detection of includes and library from e2fsprogs-libuuid,
120
# disable the detection of includes and library from e2fsprogs-libuuid,
114
# which introduces hidden dependency and breaks build
121
# which introduces hidden dependency and breaks build

Return to bug 276249