]> git.pld-linux.org Git - packages/alsa-lib.git/blob - python-3.8.patch
- updated to 1.2.1.1
[packages/alsa-lib.git] / python-3.8.patch
1 --- alsa-lib-1.1.9/configure.ac~        2019-05-10 08:57:21.000000000 +0200
2 +++ alsa-lib-1.1.9/configure.ac 2019-11-02 13:31:09.773236167 +0100
3 @@ -423,7 +423,7 @@
4    pythonlibs0=
5    pythoninc0=
6    if test "$build_python2" != "yes"; then
7 -    pythonlibs0=$(python3-config --libs)
8 +    pythonlibs0=$(python3-config --libs --embed)
9      pythoninc0=$(python3-config --includes)
10    fi
11    if test -z "$pythonlibs0"; then
This page took 0.053373 seconds and 3 git commands to generate.