diff options
author | Damien Miller <djm@mindrot.org> | 2014-01-22 06:31:18 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-01-22 06:31:18 +0100 |
commit | 852472a54b8a0dc3e53786b313baaa86850a4273 (patch) | |
tree | c3a94be9ee37fd1cf27af35a82e5f24f166b39ed /ChangeLog | |
parent | - (djm) [openbsd-compat/setproctitle.c] Don't fail to compile if a (diff) | |
download | openssh-852472a54b8a0dc3e53786b313baaa86850a4273.tar.xz openssh-852472a54b8a0dc3e53786b313baaa86850a4273.zip |
- (djm) [configure.ac] Unless specifically requested, only attempt
to build Position Independent Executables on gcc >= 4.x; ok dtucker
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ - (djm) [openbsd-compat/setproctitle.c] Don't fail to compile if a platform that is expected to use the reuse-argv style setproctitle hack surprises us by providing a setproctitle in libc; ok dtucker + - (djm) [configure.ac] Unless specifically requested, only attempt + to build Position Independent Executables on gcc >= 4.x; ok dtucker 20140121 - (dtucker) [configure.ac] Make PIE a configure-time option which defaults |