]> git.pld-linux.org Git - packages/python3.git/blob - python3-config.patch
- added config patch (remove -L%{_libdir} from `python3-config --ldflags`); release 2
[packages/python3.git] / python3-config.patch
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.035412 seconds and 3 git commands to generate.