From 31fe478cec856bf90404833923583a7793aba0c0 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 16 Nov 2007 08:30:32 +0100 Subject: r25982: libreplace: try to ignore unresolved symbols in modules on Tru64 metze (This used to be commit bfde13b70b6be4c4aeeafa50d4619237930f9e0e) --- source4/lib/replace/libreplace_ld.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4') diff --git a/source4/lib/replace/libreplace_ld.m4 b/source4/lib/replace/libreplace_ld.m4 index 2f9834838d..9356ebdf6e 100644 --- a/source4/lib/replace/libreplace_ld.m4 +++ b/source4/lib/replace/libreplace_ld.m4 @@ -223,6 +223,9 @@ AC_DEFUN([AC_LIBREPLACE_MDLD_FLAGS], MDLD_FLAGS="-b" fi ;; + *osf*) + MDLD_FLAGS="-shared -expect_unresolved '*'" + ;; *darwin*) MDLD_FLAGS="-bundle -flat_namespace -undefined suppress -Wl,-search_paths_first" ;; -- cgit