From 206d821d87d728fae5f54ffb3d47c7f29ae65988 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 17 Jan 2017 22:11:14 +0100 Subject: [PATCH] python3: Fix build with clang for real --- packages/python/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/python/build.sh b/packages/python/build.sh index 293a50d8..a28bc01f 100644 --- a/packages/python/build.sh +++ b/packages/python/build.sh @@ -51,6 +51,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_configure () { -- 2.11.0