blob: ad4493f0b6d8b283ed60d637260b5b65652c0874 [file] [log] [blame]
Brad Bishope42b3e32020-01-15 22:08:42 -05001From 4f2dd929618f149087249f3c90cc056d5080b1e4 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Thu, 3 Nov 2016 01:20:33 -0700
4Subject: [PATCH] boinc: Add recipe for boinc-client
5
Brad Bishop6e60e8b2018-02-01 10:27:11 -05006Do not add prefix/lib to library search path
7let sysroot take care of that
8
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10Upstream-Status: Inappropriate[Cross-compile specific]
11
Brad Bishope42b3e32020-01-15 22:08:42 -050012---
13 m4/ax_check_gl.m4 | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16diff --git a/m4/ax_check_gl.m4 b/m4/ax_check_gl.m4
17index e26ce5b930..1e60c9266a 100644
18--- a/m4/ax_check_gl.m4
19+++ b/m4/ax_check_gl.m4
Brad Bishop6e60e8b2018-02-01 10:27:11 -050020@@ -58,7 +58,7 @@ else
21 else
22 ax_try_lib="${ax_lib}"
23 fi
24- LIBS="-L${prefix}/lib ${ax_try_lib} ${GL_LIBS} ${ax_save_LIBS}"
25+ LIBS="${ax_try_lib} ${GL_LIBS} ${ax_save_LIBS}"
26 AC_LINK_IFELSE(
27 [AC_LANG_PROGRAM([[
28 # if HAVE_WINDOWS_H && defined(_WIN32)