diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-11-07 15:59:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:25:17 -0500 |
commit | ff2d656fab98b5824988da9f272c96e42f364fd2 (patch) | |
tree | 9f91c728796015ad6613b6fa34d506f2c9d8aae5 /source4/build | |
parent | 0fc10ccb653b4970dd780fde5a9bd4f6e14d0f02 (diff) | |
download | samba-ff2d656fab98b5824988da9f272c96e42f364fd2.tar.gz samba-ff2d656fab98b5824988da9f272c96e42f364fd2.tar.bz2 samba-ff2d656fab98b5824988da9f272c96e42f364fd2.zip |
r19623: disable building of shared libs until we have fixed them,
they all have unresolved symbols and are useless
and produce noise in the build-farm
metze
(This used to be commit 3f8b776f630488aaec9f0ffcc099b01dcab02f3f)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/m4/check_ld.m4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/build/m4/check_ld.m4 b/source4/build/m4/check_ld.m4 index 0d33b7d765..c630658378 100644 --- a/source4/build/m4/check_ld.m4 +++ b/source4/build/m4/check_ld.m4 @@ -186,6 +186,10 @@ AC_TRY_RUN([#include "${srcdir-.}/build/tests/trivial.c"], AC_MSG_ERROR([we cannot link with the selected cc and ld flags. Aborting configure]), AC_MSG_WARN([cannot run when cross-compiling])) + +# TODO: remove this line when our shared libs correctly link without unresolved symbols +BLDSHARED=false + USESHARED=false AC_SUBST(USESHARED) |