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 ${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 |