From b39fbaebe8d4af979d2199b65af7ae2a6b1c1971 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 18 Oct 2005 16:05:34 +0000 Subject: [PATCH] r11150: fix solaris acl linking problem on sunos5.9; not quite sure how this got broken (This used to be commit 490dbc64f7ae2006624039da6b450ba4aca56dd4) --- source3/configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/configure.in b/source3/configure.in index 1aaf65e13ff..98c6dd5df49 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -4311,6 +4311,7 @@ AC_ARG_WITH(acl-support, *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) -- 2.11.4.GIT