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

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