From 496bf0dc37bfcafe5c1d6e2a47540cbe05f59a50 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sun, 27 Jun 2021 18:02:27 -0400 Subject: [PATCH] python: avoid linking against python's library deps --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5b161a54..a7be48bd 100644 --- a/configure.ac +++ b/configure.ac @@ -905,7 +905,7 @@ if test "$with_python" != "no" ; then fi fi pythondir='$(PYTHON_SITE_PACKAGES)' - PYTHON_LIBS=`python$PYTHON_VERSION-config --ldflags` + PYTHON_LIBS= else PYTHON= fi -- 2.32.0