summaryrefslogtreecommitdiff
path: root/source4/build/m4/rewrite.m4
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/m4/rewrite.m4')
-rw-r--r--source4/build/m4/rewrite.m49
1 files changed, 8 insertions, 1 deletions
diff --git a/source4/build/m4/rewrite.m4 b/source4/build/m4/rewrite.m4
index 465a3354fa..bd29d03c1f 100644
--- a/source4/build/m4/rewrite.m4
+++ b/source4/build/m4/rewrite.m4
@@ -670,7 +670,6 @@ case "$host_os" in
AC_DEFINE(STAT_ST_BLOCKSIZE,512)
;;
esac
-AC_SUBST(DYNEXP)
AC_MSG_RESULT($BLDSHARED)
AC_MSG_CHECKING([linker flags for shared libraries])
AC_MSG_RESULT([$LDSHFLAGS])
@@ -701,6 +700,14 @@ if test $ac_cv_shlib_works = no; then
fi
fi
+SMB_INFO_BUILD_ENV="$SMB_INFO_BUILD_ENV
+#############################################
+# Start Tell the Linker to export all symbols
+@{\$SMB_BUILD_CTX->{BUILD_ENV}{LD}{DYNEXP}} = str2array(\"$DYNEXP\");
+# End Tell the Linker to export all symbols
+#############################################
+"
+
#
# Check if the compiler supports the LL prefix on long long integers.
# AIX needs this.