From 09d18a79f0e11ad5dd90e3007f7ae688bc50693c Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Thu, 27 Jun 2002 04:04:54 +0000 Subject: Relevant BUGIDs: 565470 Purpose of commit: bugfix Commit summary: --------------- It seems that configure was barfing on some packages because libpam_misc could not compile without also being linked to libpam. --- libpam_misc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libpam_misc') diff --git a/libpam_misc/Makefile b/libpam_misc/Makefile index 9cd464c8..e9b1a6c1 100644 --- a/libpam_misc/Makefile +++ b/libpam_misc/Makefile @@ -16,6 +16,7 @@ VERSION=.$(MAJOR_REL) MODIFICATION=.$(MINOR_REL) CFLAGS += $(MOREFLAGS) $(DYNAMIC) $(STATIC) +LINKLIBS += -L$(absolute_objdir)/libpam -lpam # dynamic library names -- cgit v1.2.3