diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-01-12 15:34:49 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-01-12 15:34:49 +0000 |
commit | 15d1bd639b095fe63c164dcb5ba8977e8eecb73b (patch) | |
tree | c233e06b20af14146282a48a44846072ed3e756b /ChangeLog | |
parent | 94483545da687d9dba81175575d07ba9f77a3eb5 (diff) | |
download | pam-15d1bd639b095fe63c164dcb5ba8977e8eecb73b.tar.gz pam-15d1bd639b095fe63c164dcb5ba8977e8eecb73b.tar.bz2 pam-15d1bd639b095fe63c164dcb5ba8977e8eecb73b.zip |
Relevant BUGIDs: none
Purpose of commit: new feature
Commit summary:
---------------
2006-01-12 Thorsten Kukuk <kukuk@thkukuk.de>
* configure.in: Add check for -fpie/-pie
* modules/pam_filter/upperLOWER/Makefile.am: Compile/link
upperLOWER with -fpie/-pie if supported.
* modules/pam_unix/Makefile.am: Compile/link unix_chkpwd
with -fpie/-pie if supported.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-01-12 Thorsten Kukuk <kukuk@thkukuk.de> + + * configure.in: Add check for -fpie/-pie + * modules/pam_filter/upperLOWER/Makefile.am: Compile/link + upperLOWER with -fpie/-pie if supported. + * modules/pam_unix/Makefile.am: Compile/link unix_chkpwd + with -fpie/-pie if supported. + 2006-01-12 Steve Grubb <sgrubb@redhat.com> * configure.in: Add check for audit library. |