FreeBSD Bugzilla – Attachment 200526 Details for
Bug 234409
lang/python37: Python 3.7.2 fails to build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch to fix install of python37
patch-issue_of_update.diff.txt (text/plain), 583 bytes, created by
Wen Heping
on 2018-12-26 13:31:21 UTC
(
hide
)
Description:
Patch to fix install of python37
Filename:
MIME Type:
Creator:
Wen Heping
Created:
2018-12-26 13:31:21 UTC
Size:
583 bytes
patch
obsolete
>--- Makefile.pre.in.orig 2018-12-26 20:36:11.085449000 +0800 >+++ Makefile.pre.in 2018-12-26 20:36:27.788666000 +0800 >@@ -716,7 +716,7 @@ > fi > > Programs/_testembed: Programs/_testembed.o $(LIBRARY) $(LDLIBRARY) $(PY3LIBRARY) >- $(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST) >+ $(LINKCC) -L. $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST) > > ############################################################################ > # Importlib
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 Raw
Actions:
View
Attachments on
bug 234409
: 200526 |
200595