From 6df846b6ef058dc56b9d2ca6ab53f7d9da96501f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Groenvall?= Date: Fri, 22 Oct 1999 16:52:33 +0000 Subject: [PATCH] SunOS 5.6 requires that pam modules are linked with -lpam. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7224 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/auth/pam/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/auth/pam/Makefile.in b/lib/auth/pam/Makefile.in index e11363848..3835847a5 100644 --- a/lib/auth/pam/Makefile.in +++ b/lib/auth/pam/Makefile.in @@ -33,7 +33,7 @@ LIB_dn_expand = @LIB_dn_expand@ @lib_deps_yes@LIB_DEPS = -L../../kafs -L../../krb -L../../des \ @lib_deps_yes@ -lkafs -lkrb -ldes \ -@lib_deps_yes@ $(LIB_res_search) $(LIB_dn_expand) -lc +@lib_deps_yes@ $(LIB_res_search) $(LIB_dn_expand) -lpam -lc @lib_deps_no@LIB_DEPS = LIB = pam_krb4.$(SHLIBEXT)