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/
|
clientgui/
|
||||||
Makefile.am
|
Makefile.am
|
||||||
MainFrame.cpp
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -566,6 +566,10 @@ if ( test "${disable_static_linkage}" != yes ) && ( test "${enable_client_releas
|
||||||
|
|
||||||
SAH_CHECK_LDFLAG([-nodefaultlibs],[CLIENTLIBS="-nodefaultlibs ${CLIENTLIBS}"])
|
SAH_CHECK_LDFLAG([-nodefaultlibs],[CLIENTLIBS="-nodefaultlibs ${CLIENTLIBS}"])
|
||||||
echo DEBUG: CLIENTLIBS=${CLIENTLIBS} >&5
|
echo DEBUG: CLIENTLIBS=${CLIENTLIBS} >&5
|
||||||
|
|
||||||
|
SAH_CHECK_LDFLAG([-lSystemStubs],[LIBS="${LIBS} -lSystemStubs"])
|
||||||
|
echo DEBUG: LIBS=${LIBS} >&5
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue