aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2018-01-05 13:28:45 -0500
committerMichał Górny <mgorny@gentoo.org>2020-08-19 05:28:26 +0200
commit25ffd375d10b86a02f039d41fc4bfd346fe41a0f (patch)
tree1ae7ac8888e029db26026a99558569cd6a081ae8 /Modules
parent3.7.9 (diff)
downloadcpython-25ffd375d10b86a02f039d41fc4bfd346fe41a0f.tar.gz
cpython-25ffd375d10b86a02f039d41fc4bfd346fe41a0f.tar.bz2
cpython-25ffd375d10b86a02f039d41fc4bfd346fe41a0f.zip
Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/config
https://bugs.gentoo.org/show_bug.cgi?id=252372 https://bugs.python.org/issue6103
Diffstat (limited to 'Modules')
-rwxr-xr-xModules/makesetup2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/makesetup b/Modules/makesetup
index eac97ad1346..32dc18060cc 100755
--- a/Modules/makesetup
+++ b/Modules/makesetup
@@ -92,7 +92,7 @@ CYGWIN*) if test $libdir = .
then
ExtraLibDir=.
else
- ExtraLibDir='$(LIBPL)'
+ ExtraLibDir='$(LIBDIR)'
fi
ExtraLibs="-L$ExtraLibDir -lpython\$(LDVERSION)";;
esac