FreeBSD Bugzilla – Attachment 248142 Details for
Bug 276249
lang/python311: Fix armv7 build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
no lto on armv7 and llvm17+
patch5 (text/plain), 641 bytes, created by
Benjamin Jacobs
on 2024-02-02 17:12:38 UTC
(
hide
)
Description:
no lto on armv7 and llvm17+
Filename:
MIME Type:
Creator:
Benjamin Jacobs
Created:
2024-02-02 17:12:38 UTC
Size:
641 bytes
patch
obsolete
>diff --git a/lang/python311/Makefile b/lang/python311/Makefile >index 9b8d5e69df96..fb41c16ecfe7 100644 >--- a/lang/python311/Makefile >+++ b/lang/python311/Makefile >@@ -109,6 +109,13 @@ EXTRA_PATCHES+= ${PATCHDIR}/libressl > CONFIGURE_ENV+= ac_cv_working_openssl_hashlib=yes > .endif > >+.include <bsd.port.pre.mk> >+ >+.if ${ARCH} == armv7 && ${CHOSEN_COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 170 && \ >+ ${COMPILER_VERSION} < 180 >+CONFIGURE_ARGS:= ${CONFIGURE_ARGS:N${LTO_CONFIGURE_ON}} >+.endif >+ > post-patch: > # disable the detection of includes and library from e2fsprogs-libuuid, > # which introduces hidden dependency and breaks build
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
vishwin
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 276249
:
247581
|
248091
|
248117
|
248118
|
248130
|
248139
|
248141
|
248142
|
248186