]> git.pld-linux.org Git - packages/python3.git/blame - python3-config.patch
- added config patch (remove -L%{_libdir} from `python3-config --ldflags`); release 2
[packages/python3.git] / python3-config.patch
CommitLineData
12fdf48e
JB
1--- Python-3.7.4/Misc/python-config.sh.in.orig 2019-07-08 20:03:50.000000000 +0200
2+++ Python-3.7.4/Misc/python-config.sh.in 2019-08-03 07:45:05.226390619 +0200
3@@ -92,7 +92,7 @@
4 if [ "$PY_ENABLE_SHARED" = "0" ] ; then
5 LIBPLUSED="-L$LIBPL"
6 fi
7- echo "$LIBPLUSED -L$libdir $LIBS"
8+ echo "$LIBPLUSED $LIBS"
9 ;;
10 --extension-suffix)
11 echo "$SO"
This page took 0.059661 seconds and 4 git commands to generate.