The branch, master has been updated
via c2327b2... s3: final test for working shlib support requires
PIE_LDFLAGS
from 55ef0ec... s4-python: Remove cruft to deal with static python
modules, which are no longer supported.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit c2327b24a63289449b09fdc343b3b46871d13ee5
Author: Björn Jacke <[email protected]>
Date: Mon May 31 00:26:01 2010 +0200
s3: final test for working shlib support requires PIE_LDFLAGS
-----------------------------------------------------------------------
Summary of changes:
source3/configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/configure.in b/source3/configure.in
index e4ccc06..74edf28 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1864,7 +1864,7 @@ AC_CACHE_CHECK([whether building shared libraries
actually works],
# variables so they need to be eval'ed.
if AC_TRY_COMMAND([$CC $CPPFLAGS $CFLAGS $PICFLAG -c -o shlib.o
${srcdir-.}/../tests/shlib.c 1>&AS_MESSAGE_LOG_FD])
then
- if AC_TRY_COMMAND([`eval echo "$SHLD"` `eval echo "$LDSHFLAGS"` -o
"shlib.$SHLIBEXT" shlib.o 1>&AS_MESSAGE_LOG_FD])
+ if AC_TRY_COMMAND([`eval echo "$SHLD $LDSHFLAGS $PIE_LDFLAGS"` -o
"shlib.$SHLIBEXT" shlib.o 1>&AS_MESSAGE_LOG_FD])
then
ac_cv_shlib_works=yes
fi
--
Samba Shared Repository