FreeBSD Bugzilla – Attachment 245643 Details for
Bug 274498
lang/python39: incorrectly links to /usr/local/lib/libuuid.so.1 installed by filesystems/e2fsprogs-libuuid (with patch)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to lang/python39 to disable linking to libuuid
python39.patch (text/plain), 743 bytes, created by
Martin Birgmeier
on 2023-10-15 17:48:30 UTC
(
hide
)
Description:
patch to lang/python39 to disable linking to libuuid
Filename:
MIME Type:
Creator:
Martin Birgmeier
Created:
2023-10-15 17:48:30 UTC
Size:
743 bytes
patch
obsolete
>diff --git a/lang/python39/Makefile b/lang/python39/Makefile >index b0503104381d..dab2b7b55b02 100644 >--- a/lang/python39/Makefile >+++ b/lang/python39/Makefile >@@ -109,7 +109,7 @@ PLIST_SUB+= NO_NIS="" > post-patch: > # disable the detection of includes and library from e2fsprogs-libuuid, > # which introduces hidden dependency and breaks build >- @${REINPLACE_CMD} -e 's|uuid/uuid.h|ignore_&|' ${WRKSRC}/configure >+ @${REINPLACE_CMD} -e 's|uuid/uuid.h|ignore_&|' -e 's|-luuid|-lignore_uuid|' ${WRKSRC}/configure > @${REINPLACE_CMD} -e '/find_library_file/ s|uuid|ignore_&|' ${WRKSRC}/setup.py > # disable detection of multiarch as it breaks with clang >= 13, which adds a > # major.minor version number in -print-multiarch output, confusing Python
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
Actions:
View
|
Diff
Attachments on
bug 274498
: 245643