svn commit: lorikeet r374 - in trunk/heimdal/cf: .

lha at samba.org lha at samba.org
Fri Jul 8 03:37:00 GMT 2005


Author: lha
Date: 2005-07-08 03:36:59 +0000 (Fri, 08 Jul 2005)
New Revision: 374

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

Log:
Use -l on aix to distinguish between WEAK and GLOBAL symbols.

Modified:
   trunk/heimdal/cf/check-symbols.sh


Changeset:
Modified: trunk/heimdal/cf/check-symbols.sh
===================================================================
--- trunk/heimdal/cf/check-symbols.sh	2005-07-07 19:38:20 UTC (rev 373)
+++ trunk/heimdal/cf/check-symbols.sh	2005-07-08 03:36:59 UTC (rev 374)
@@ -11,7 +11,7 @@
 # AIX has different default output format
 nmargs=""
 if [ "`uname`" = AIX ]; then
-	nmargs="-B"
+	nmargs="-B -l"
 fi
 
 while test $# != 0 ;do 



More information about the samba-cvs mailing list