]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: 132880
authorAndrew G. Morgan <morgan@kernel.org>
Sun, 18 Feb 2001 03:03:31 +0000 (03:03 +0000)
committerAndrew G. Morgan <morgan@kernel.org>
Sun, 18 Feb 2001 03:03:31 +0000 (03:03 +0000)
Purpose of commit: bugfix

Commit summary:
---------------
wasn't linking conv.o into the module.

CHANGELOG
modules/pam_userdb/Makefile

index 4e1dd6787505fc9c34e5f574f819beee5d89f179..0df13a01a94ecfea494725c2fbac83ea02b521da 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -50,6 +50,8 @@ libpam. Prior versions were buggy - see bugfix for Bug 129775.
 
                           ** WARNING **
 
+* fix pam_userdb to make and link both .o files it needs - converse()
+  wasn't being linked! (Bug 132880 - agmorgan)
 * added some sys-admin documentation for the pam_tally module (Bug
   126210 - agmorgan).
 * added a link to module examples from the module writers doc (Bug
index aeee0c0360437426fc288b18d9f871ac04e6daf5..40687f8d2bdfec2ff871f8c716d470f2daf633af 100644 (file)
@@ -28,6 +28,8 @@ include ../dont_makefile
 
 else
 
+MODULE_SIMPLE_EXTRAFILES = conv
+
 include ../Simple.Rules
 
 endif