]> granicus.if.org Git - linux-pam/commit
Relevant BUGIDs: none
authorThorsten Kukuk <kukuk@thkukuk.de>
Sun, 22 Jan 2006 07:36:54 +0000 (07:36 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Sun, 22 Jan 2006 07:36:54 +0000 (07:36 +0000)
commit5116bebb80ac7ee441c66b1a884d2653755dc4d9
tree3099a4612f58dca3a23633d7a00da4283ad025a9
parentb1b9e62160a35087e006faa799c89431c76b4d89
Relevant BUGIDs: none

Purpose of commit: bugfix

Commit summary:
---------------

Fix compiling of static version of shared libpam, libpamc and libpam_misc
libraries without assuming "--enable-static-modules  do not make the modules
dynamically loadable".

2006-01-22  Thorsten Kukuk  <kukuk@thkukuk.de>

        * configure.in: Don't define PAM_DYNAMIC.
        * libpam/pam_handlers.c: Get ride of PAM_DYNAMIC, don't
        include pam_dynamic.h
        * libpam/pam_dynamic.c: Don't include pam_dynamic.h,
        exclude functions if we compile with PAM_STATIC.
        * libpam/pam_dynamic.h: Remove.
        * libpam/pam_private.h: Add function prototypes from pam_dynamic.h.
        * libpam/Makefile.am: Bump version number of libpam, remove
        pam_dynamic.h.
ChangeLog
NEWS
libpam/Makefile.am
libpam/pam_dynamic.c
libpam/pam_dynamic.h [deleted file]
libpam/pam_handlers.c
libpam/pam_private.h