svn commit: samba r11150 - branches/SAMBA_3_0/source trunk/source

jerry at samba.org jerry at samba.org
Tue Oct 18 16:05:36 GMT 2005


Author: jerry
Date: 2005-10-18 16:05:34 +0000 (Tue, 18 Oct 2005)
New Revision: 11150

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

Log:
fix solaris acl linking problem on sunos5.9; not quite sure how this got broken
Modified:
   branches/SAMBA_3_0/source/configure.in
   trunk/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2005-10-18 16:01:28 UTC (rev 11149)
+++ branches/SAMBA_3_0/source/configure.in	2005-10-18 16:05:34 UTC (rev 11150)
@@ -4311,6 +4311,7 @@
 	*solaris*)
 		AC_MSG_RESULT(Using solaris ACLs)
 		AC_DEFINE(HAVE_SOLARIS_ACLS,1,[Whether solaris ACLs are available])
+		LIBS="$LIBS -lsec"
 		;;
 	*hpux*)
 		AC_MSG_RESULT(Using HPUX ACLs)

Modified: trunk/source/configure.in
===================================================================
--- trunk/source/configure.in	2005-10-18 16:01:28 UTC (rev 11149)
+++ trunk/source/configure.in	2005-10-18 16:05:34 UTC (rev 11150)
@@ -4311,6 +4311,7 @@
 	*solaris*)
 		AC_MSG_RESULT(Using solaris ACLs)
 		AC_DEFINE(HAVE_SOLARIS_ACLS,1,[Whether solaris ACLs are available])
+		LIBS="$LIBS -lsec"
 		;;
 	*hpux*)
 		AC_MSG_RESULT(Using HPUX ACLs)



More information about the samba-cvs mailing list