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

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