From 658a2825e2429afd73db8ff3fc7c5d21fe3ea0d4 Mon Sep 17 00:00:00 2001 From: nirvn Date: Sun, 16 May 2021 16:17:56 +0700 Subject: [PATCH] Add GSL_LDFLAGS to fix loading GSL library on Android --- recipes/gsl/recipe.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/gsl/recipe.sh b/recipes/gsl/recipe.sh index 3a0f693..9feda18 100644 --- a/recipes/gsl/recipe.sh +++ b/recipes/gsl/recipe.sh @@ -50,7 +50,8 @@ function build_gsl() { try $BUILD_gsl/configure \ --prefix=$STAGE_PATH \ --host=$TOOLCHAIN_PREFIX \ - --build=x86_64 + --build=x86_64 \ + GSL_LDFLAGS="-Lcblas/.libs/ -lgslcblas" try $MAKESMP try make install pop_arm