Author: metze Date: 2007-11-16 08:30:32 +0000 (Fri, 16 Nov 2007) New Revision: 25982
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25982 Log: libreplace: try to ignore unresolved symbols in modules on Tru64 metze Modified: branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4 Changeset: Modified: branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4 =================================================================== --- branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4 2007-11-16 04:18:22 UTC (rev 25981) +++ branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4 2007-11-16 08:30:32 UTC (rev 25982) @@ -223,6 +223,9 @@ MDLD_FLAGS="-b" fi ;; + *osf*) + MDLD_FLAGS="-shared -expect_unresolved '*'" + ;; *darwin*) MDLD_FLAGS="-bundle -flat_namespace -undefined suppress -Wl,-search_paths_first" ;;
