diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-02-04 13:37:35 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2008-02-04 13:37:35 +0000 |
commit | 50b42a659b9e1aeb46deebe56dfb652088d27a99 (patch) | |
tree | a281841d17d72f191cc1c5dfa22f758700072caa /README | |
parent | 2535f925c1a6049e5ad9ee4f313bcaa79131932b (diff) | |
download | pam-50b42a659b9e1aeb46deebe56dfb652088d27a99.tar.gz pam-50b42a659b9e1aeb46deebe56dfb652088d27a99.tar.bz2 pam-50b42a659b9e1aeb46deebe56dfb652088d27a99.zip |
Relevant BUGIDs:
Purpose of commit: bugfixes
Commit summary:
---------------
2008-02-04 Thorsten Kukuk <kukuk@thkukuk.de>
* libpam/pam_static_modules.h: Add _pam_sepermit_modstruct.
* modules/pam_sepermit/pam_sepermit.c: Fix typo.
* README: Add --disable-pie to configure options for static library.
* doc/man/Makefile.am: Fix building outside of src directory.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ Backup all important data before! If you do not wish to make the modules dynamically loadable, but build a static libpam including all PAM modules, you have to call: - ./configure --enable-static-modules + ./configure --enable-static-modules --disable-pie In this case you cannot use pam_unix in the PAM config files instead you have to use pam_unix_acct, pam_unix_auth, pam_unix_passwd and |