From 9760338bc23817955c554453329397ff9fffe560 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 17 Jan 2017 22:06:27 +0100 Subject: [PATCH] python: Fix build with clang for real --- packages/python2/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/python2/build.sh b/packages/python2/build.sh index 91589cc35..d8f4639af 100644 --- a/packages/python2/build.sh +++ b/packages/python2/build.sh @@ -54,6 +54,7 @@ termux_step_pre_configure() { # if extension modules should be built (specifically, the # zlib extension module is not built without this): CPPFLAGS+=" -I$TERMUX_STANDALONE_TOOLCHAIN/sysroot/usr/include" + LDFLAGS+=" -L$TERMUX_STANDALONE_TOOLCHAIN/sysroot/usr/lib" } termux_step_post_make_install () {