blob: 0b057eabc8448f4b2fe85a92a3950aeff0db6189 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001Do not add prefix/lib to library search path
2let sysroot take care of that
3
4Signed-off-by: Khem Raj <raj.khem@gmail.com>
5Upstream-Status: Inappropriate[Cross-compile specific]
6
7Index: boinc-client_release-7.6-7.6.33/m4/ax_check_gl.m4
8===================================================================
9--- boinc-client_release-7.6-7.6.33.orig/m4/ax_check_gl.m4
10+++ boinc-client_release-7.6-7.6.33/m4/ax_check_gl.m4
11@@ -58,7 +58,7 @@ else
12 else
13 ax_try_lib="${ax_lib}"
14 fi
15- LIBS="-L${prefix}/lib ${ax_try_lib} ${GL_LIBS} ${ax_save_LIBS}"
16+ LIBS="${ax_try_lib} ${GL_LIBS} ${ax_save_LIBS}"
17 AC_LINK_IFELSE(
18 [AC_LANG_PROGRAM([[
19 # if HAVE_WINDOWS_H && defined(_WIN32)