23 lines
1.0 KiB
Diff
23 lines
1.0 KiB
Diff
From 5bb916ec2c69912c3012423a8f1e16d0e6d4017f Mon Sep 17 00:00:00 2001
|
|
From: Naveen M K <naveen521kk@gmail.com>
|
|
Date: Sat, 17 Jun 2023 00:21:25 +0530
|
|
Subject: [PATCH 047/N] fix build testinternalcapi
|
|
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 20acbe7..0fb739f 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -7890,7 +7890,7 @@ PY_STDLIB_MOD([_overlapped], [test "$MACHDEP" = "win32"], [], [],
|
|
dnl test modules
|
|
PY_STDLIB_MOD([_testcapi], [test "$TEST_MODULES" = yes])
|
|
PY_STDLIB_MOD([_testclinic], [test "$TEST_MODULES" = yes])
|
|
-PY_STDLIB_MOD([_testinternalcapi], [test "$TEST_MODULES" = yes])
|
|
+PY_STDLIB_MOD([_testinternalcapi], [test "$TEST_MODULES" = yes], [], [-DPY3_DLLNAME="\"$DLLLIBRARY\""], [])
|
|
PY_STDLIB_MOD([_testbuffer], [test "$TEST_MODULES" = yes])
|
|
PY_STDLIB_MOD([_testimportmultiple], [test "$TEST_MODULES" = yes], [test "$ac_cv_func_dlopen" = yes])
|
|
PY_STDLIB_MOD([_testmultiphase], [test "$TEST_MODULES" = yes], [test "$ac_cv_func_dlopen" = yes])
|