summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-01-22 16:31:18 +1100
committerDamien Miller <djm@mindrot.org>2014-01-22 16:31:18 +1100
commit852472a54b8a0dc3e53786b313baaa86850a4273 (patch)
treec3a94be9ee37fd1cf27af35a82e5f24f166b39ed /ChangeLog
parentee87838786cef0194db36ae0675b3e7c4e8ec661 (diff)
- (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 @@
2 - (djm) [openbsd-compat/setproctitle.c] Don't fail to compile if a 2 - (djm) [openbsd-compat/setproctitle.c] Don't fail to compile if a
3 platform that is expected to use the reuse-argv style setproctitle 3 platform that is expected to use the reuse-argv style setproctitle
4 hack surprises us by providing a setproctitle in libc; ok dtucker 4 hack surprises us by providing a setproctitle in libc; ok dtucker
5 - (djm) [configure.ac] Unless specifically requested, only attempt
6 to build Position Independent Executables on gcc >= 4.x; ok dtucker
5 7
620140121 820140121
7 - (dtucker) [configure.ac] Make PIE a configure-time option which defaults 9 - (dtucker) [configure.ac] Make PIE a configure-time option which defaults