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@"