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

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