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 |
# llvm17 with -flto=thin makes Programs/_freeze_module crash on armv7; workaround |
115 |
# cf. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276249 |
116 |
.if ${ARCH} == armv7 && ${CHOSEN_COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 170 && \ |
117 |
${COMPILER_VERSION} < 180 |
118 |
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:N${LTO_CONFIGURE_ON}} |
119 |
.endif |
120 |
|
112 |
post-patch: |
121 |
post-patch: |
113 |
# disable the detection of includes and library from e2fsprogs-libuuid, |
122 |
# disable the detection of includes and library from e2fsprogs-libuuid, |
114 |
# which introduces hidden dependency and breaks build |
123 |
# which introduces hidden dependency and breaks build |
115 |
- |
|
|