Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
windows:mingw:win64
mingw64-gdb
gdb-14.2-fix-finding-python-when-cross-compi.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gdb-14.2-fix-finding-python-when-cross-compi.patch of Package mingw64-gdb
From 1bd2ef9bb1cf54f8f99edc3ef959423455dbd210 Mon Sep 17 00:00:00 2001 From: Ralf Habacker <ralf.habacker@freenet.de> Date: Sun, 7 Apr 2024 21:08:32 +0200 Subject: [PATCH] gdb/configure.ac: Fix finding python when cross compiling --- gdb/configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gdb/configure.ac b/gdb/configure.ac index 3912b77b27f..ed28870ed2f 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -891,6 +891,10 @@ else AC_TRY_LIBPYTHON(have_libpython, ${python_includes}, ${python_libs}) fi + if test "${have_libpython}" = no; then + AC_TRY_LIBPYTHON(have_libpython, + ${python_includes}, "${python_libs} -lpython3.9") + fi if test "${have_libpython}" = no; then case "${with_python}" in -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor