From d0fdfbbb6df637df2049129a12fd51dd313937e3 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Thu, 18 Aug 2005 11:13:30 +0000 Subject: Relevant BUGIDs: none Purpose of commit: new feature Commit summary: --------------- Use modules.map as linker version map for all PAM modules Use /var/run for debug output instead of /tmp (Patches from ALT Linux/OWL) --- modules/pam_tally/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/pam_tally/Makefile.am') diff --git a/modules/pam_tally/Makefile.am b/modules/pam_tally/Makefile.am index 47f490b0..a95a5bb6 100644 --- a/modules/pam_tally/Makefile.am +++ b/modules/pam_tally/Makefile.am @@ -16,7 +16,10 @@ AM_CFLAGS = -I$(top_srcdir)/libpam/include -I$(top_srcdir)/libpamc/include \ AM_LDFLAGS = -L$(top_builddir)/modules/pammodutil -lpammodutil \ -L$(top_builddir)/libpam -lpam -pam_tally_la_LDFLAGS = -avoid-version -module +pam_tally_la_LDFLAGS = -no-undefined -avoid-version -module +if HAVE_VERSIONING + pam_tally_la_LDFLAGS += -Wl,--version-script=../modules.map +endif securelib_LTLIBRARIES = pam_tally.la sbin_PROGRAMS = pam_tally -- cgit v1.2.3