python3/00205-make-libpl-respect-lib64.patch

17 lines
406 B
Diff
Raw Normal View History

2021-11-13 10:52:43 +08:00
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 790d974..2e25366 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1689,7 +1689,7 @@ inclinstall:
2019-09-30 11:14:35 -04:00
# Install the library and miscellaneous stuff needed for extending/embedding
# This goes into $(exec_prefix)
-LIBPL= @LIBPL@
+LIBPL= $(LIBDEST)/config-$(LDVERSION)-$(MULTIARCH)
# pkgconfig directory
LIBPC= $(LIBDIR)/pkgconfig
2021-11-13 10:52:43 +08:00
--
1.8.3.1