diff options
Diffstat (limited to 'source/d/python3/python3.SlackBuild')
-rwxr-xr-x | source/d/python3/python3.SlackBuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/d/python3/python3.SlackBuild b/source/d/python3/python3.SlackBuild index 9a16b860..6841bf1d 100755 --- a/source/d/python3/python3.SlackBuild +++ b/source/d/python3/python3.SlackBuild @@ -122,6 +122,13 @@ make install DESTDIR=$PKG || exit 1 # Remove to avoid overwriting a copy from Python2. rm -f $PKG/usr/bin/2to3 +## NOPE, let's try using -I instead. +## Add a symlink to cpython include directory to fix various builds that +## do not expect the new location: +#( cd $PKG/usr/include +# ln -sf python?.?/cpython . +#) + # We'll install the python-tools under site-packages. mkdir -p $SITEPK cp -a Tools/* $SITEPK |