Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 593146 Details for
Bug 697842
dev-lang/python-3.8.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Ninth patch
0009-Install-shared-libs-in-LIBDEST.patch (text/plain), 1.33 KB, created by
Alex
on 2019-10-18 14:36:35 UTC
(
hide
)
Description:
Ninth patch
Filename:
MIME Type:
Creator:
Alex
Created:
2019-10-18 14:36:35 UTC
Size:
1.33 KB
patch
obsolete
>From 625346bfb48623106148e9f89634109f3495b6a7 Mon Sep 17 00:00:00 2001 >From: Mike Gilbert <floppym@gentoo.org> >Date: Fri, 6 Jul 2018 14:49:00 -0400 >Subject: [PATCH 9/9] Install shared libs in LIBDEST > >--- > Makefile.pre.in | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/Makefile.pre.in b/Makefile.pre.in >index 3b06bd006d..babb73c43c 100644 >--- a/Makefile.pre.in >+++ b/Makefile.pre.in >@@ -147,7 +147,6 @@ SCRIPTDIR= $(prefix)/lib > ABIFLAGS= @ABIFLAGS@ > > # Detailed destination directories >-BINLIBDEST= $(LIBDIR)/python$(VERSION) > LIBDEST= $(SCRIPTDIR)/python$(VERSION) > INCLUDEPY= $(INCLUDEDIR)/python$(LDVERSION) > CONFINCLUDEPY= $(CONFINCLUDEDIR)/python$(LDVERSION) >@@ -158,7 +157,7 @@ EXT_SUFFIX= @EXT_SUFFIX@ > LDSHARED= @LDSHARED@ $(PY_LDFLAGS) > BLDSHARED= @BLDSHARED@ $(PY_CORE_LDFLAGS) > LDCXXSHARED= @LDCXXSHARED@ >-DESTSHARED= $(BINLIBDEST)/lib-dynload >+DESTSHARED= $(LIBDEST)/lib-dynload > > # Executable suffix (.exe on Windows and Mac OS X) > EXE= @EXEEXT@ >@@ -1196,7 +1195,7 @@ commoninstall: check-clean-src @FRAMEWORKALTINSTALLFIRST@ \ > @FRAMEWORKALTINSTALLLAST@ > > # Install shared libraries enabled by Setup >-DESTDIRS= $(exec_prefix) $(LIBDIR) $(BINLIBDEST) $(DESTSHARED) >+DESTDIRS= $(exec_prefix) $(LIBDIR) $(DESTSHARED) > > oldsharedinstall: $(DESTSHARED) $(SHAREDMODS) > @for i in X $(SHAREDMODS); do \ >-- >2.22.0 >
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 697842
:
593130
|
593132
|
593134
|
593136
|
593138
|
593140
|
593142
|
593144
| 593146 |
593148
|
593278
|
593388
|
593460
|
593462