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

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