mirror of https://github.com/BOINC/boinc.git
- applied Derek Wright's patch to get --enable-release-client working on MacOS10.4
(this simply adds a check for '-lSystemStubs') [can't test this myself on 10.4 right now] svn path=/trunk/boinc/; revision=9346
This commit is contained in:
parent
6112274c81
commit
5662b2b329
|
@ -1140,3 +1140,12 @@ Reinhard 30 Jan 2006
|
|||
clientgui/
|
||||
Makefile.am
|
||||
MainFrame.cpp
|
||||
|
||||
Reinhard 30 Jan 2006
|
||||
- applied Derek Wright's patch to get --enable-release-client working on MacOS10.4
|
||||
(this simply adds a check for '-lSystemStubs') [can't test this myself on 10.4 right now]
|
||||
./configure.ac
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -564,8 +564,12 @@ if ( test "${disable_static_linkage}" != yes ) && ( test "${enable_client_releas
|
|||
echo "NOTE: Building portable client binaries"
|
||||
echo "----------"
|
||||
|
||||
SAH_CHECK_LDFLAG([-nodefaultlibs],[CLIENTLIBS="-nodefaultlibs ${CLIENTLIBS}"])
|
||||
SAH_CHECK_LDFLAG([-nodefaultlibs],[CLIENTLIBS="-nodefaultlibs ${CLIENTLIBS}"])
|
||||
echo DEBUG: CLIENTLIBS=${CLIENTLIBS} >&5
|
||||
|
||||
SAH_CHECK_LDFLAG([-lSystemStubs],[LIBS="${LIBS} -lSystemStubs"])
|
||||
echo DEBUG: LIBS=${LIBS} >&5
|
||||
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue