mirror of https://github.com/BOINC/boinc.git
Linux: the Linux file system layout on Debian?/Ubuntu appears to be going through some changes. libxcb-dpms.so is now located in /usr/lib/{i686-linux-gnu|x86_64-linux-gnu}. sah_check_lib.m4 was not able to find that library during its checks.
This commit is contained in:
parent
c39534321d
commit
eff79ccc0e
|
@ -492,7 +492,7 @@ else
|
|||
## add library-paths from LDFLAGS to beginning of lib-path
|
||||
ldflags_path=`echo $LDFLAGS | sed 's/-l[[^ ]]*//g' | sed 's/-L\([[^ ]]*\)/:\1/g' | sed 's/[[ ]]*//g'`
|
||||
|
||||
tmp_dir_list=`echo ${ldflags_path}:${tmp_libpath}:/lib:/usr/lib:/usr/ucb/lib:/usr/local/lib:/opt/misc/lib:${tmp_dir_list} | $AWK -F: '{for (i=1;i<(NF+1);i++) { print $[]i; }}'`
|
||||
tmp_dir_list=`echo ${ldflags_path}:${tmp_libpath}:/lib:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/ucb/lib:/usr/local/lib:/opt/misc/lib:${tmp_dir_list} | $AWK -F: '{for (i=1;i<(NF+1);i++) { print $[]i; }}'`
|
||||
|
||||
tmp_lib_name=
|
||||
# now that we know where we are looking, find our library
|
||||
|
|
Loading…
Reference in New Issue