lbalhar / rpms / python3.5

Forked from rpms/python3.5 3 years ago
Clone
Blob Blame History Raw
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Robert Kuska <rkuska@redhat.com>
Date: Mon, 21 Sep 2015 15:55:00 +0200
Subject: [PATCH] 00205: Make LIBPL respect lib64

LIBPL variable in makefile takes LIBPL from configure.ac
but the LIBPL variable defined there doesn't respect libdir macro
---
 Makefile.pre.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.pre.in b/Makefile.pre.in
index 07f84ed28e..aafaa38ccc 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1371,7 +1371,7 @@ inclinstall:
 
 # Install the library and miscellaneous stuff needed for extending/embedding
 # This goes into $(exec_prefix)
-LIBPL=		@LIBPL@
+LIBPL=		$(LIBDEST)/config-$(LDVERSION)
 
 # pkgconfig directory
 LIBPC=		$(LIBDIR)/pkgconfig