summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-01-22 06:31:18 +0100
committerDamien Miller <djm@mindrot.org>2014-01-22 06:31:18 +0100
commit852472a54b8a0dc3e53786b313baaa86850a4273 (patch)
treec3a94be9ee37fd1cf27af35a82e5f24f166b39ed /ChangeLog
parent - (djm) [openbsd-compat/setproctitle.c] Don't fail to compile if a (diff)
downloadopenssh-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 479221afb..bbe112e68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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