From d48de86457af7c36ebff2c8fc37a7dd8ab4a3aaf Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 10 Mar 2016 15:00:39 +0100 Subject: [PATCH] Python: fix pkgconfig script Signed-off-by: Stephan Raue --- .../Python/patches/Python-2.7.11-010-fix-python-config.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lang/Python/patches/Python-2.7.11-010-fix-python-config.patch b/packages/lang/Python/patches/Python-2.7.11-010-fix-python-config.patch index 1266f3d3af..7654d9d9b2 100644 --- a/packages/lang/Python/patches/Python-2.7.11-010-fix-python-config.patch +++ b/packages/lang/Python/patches/Python-2.7.11-010-fix-python-config.patch @@ -134,7 +134,7 @@ Index: b/Misc/python-config.sh.in +exec_prefix_build="@exec_prefix@" +exec_prefix=$(echo "$exec_prefix_build" | sed "s#$exec_prefix_build#$prefix_real#") +includedir=$(echo "@includedir@") -+libdir=$(echo "@libdir@" | sed "s#$prefix_build#$prefix_real#") ++libdir=$(echo "@libdir@") +CFLAGS=$(echo "@CFLAGS@" | sed "s#$prefix_build#$prefix_real#") +VERSION="@VERSION@" +LIBM="@LIBM@"