What | Removed | Added |
---|---|---|
CC | matz@suse.com | |
Assignee | matz@suse.com | tdevries@suse.com |
This change: ... Index: gdb.spec =================================================================== --- gdb.spec (revision 245) +++ gdb.spec (working copy) @@ -755,7 +755,7 @@ --without-libexpat-prefix \ --enable-tui \ %if 0%{!?_without_python:1} - --with-python=%{_bindir}/%{python} \ + --with-python=$(readlink -e %{_bindir}/%{python}) \ %else --without-python \ %endif ... make sure we have: ... $ configure ... --with-python=/usr/bin/python3.8 ... instead of: ... $ configure ... --with-python=/usr/bin/python3 ...