Blame SOURCES/00205-make-libpl-respect-lib64.patch

2a6dbc
diff -up Python-3.5.0/Makefile.pre.in.lib Python-3.5.0/Makefile.pre.in
2a6dbc
--- Python-3.5.0/Makefile.pre.in.lib	2015-09-21 15:39:47.928286620 +0200
2a6dbc
+++ Python-3.5.0/Makefile.pre.in	2015-09-21 15:42:58.004042762 +0200
2a6dbc
@@ -1340,7 +1340,7 @@ inclinstall:
2a6dbc
 
2a6dbc
 # Install the library and miscellaneous stuff needed for extending/embedding
2a6dbc
 # This goes into $(exec_prefix)
2a6dbc
-LIBPL=		@LIBPL@
2a6dbc
+LIBPL=		$(LIBDEST)/config-$(LDVERSION)-$(MULTIARCH)
2a6dbc
 
2a6dbc
 # pkgconfig directory
2a6dbc
 LIBPC=		$(LIBDIR)/pkgconfig