Author: metze
Date: 2007-12-19 08:18:57 +0000 (Wed, 19 Dec 2007)
New Revision: 26533

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=26533

Log:
libreplace: hopefully fix the share library/module build on darwin

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-12-19 
00:46:43 UTC (rev 26532)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace_ld.m4      2007-12-19 
08:18:57 UTC (rev 26533)
@@ -164,7 +164,7 @@
                        LD_SHLIB_DISALLOW_UNDEF_FLAG="-warning_unresolved"
                        ;;
                *darwin*)
-                       LD_SHLIB_DISALLOW_UNDEF_FLAG="-undefined warning"
+                       LD_SHLIB_DISALLOW_UNDEF_FLAG="-undefined error"
                        ;;
        esac
 
@@ -268,7 +268,7 @@
                        LD_SHLIB_ALLOW_UNDEF_FLAG="-expect_unresolved '*'"
                        ;;
                *darwin*)
-                       LD_SHLIB_ALLOW_UNDEF_FLAG="-undefined suppress"
+                       LD_SHLIB_ALLOW_UNDEF_FLAG="-undefined dynamic_lookup"
                        ;;
        esac
 

Reply via email to