summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-17 10:54:15 +1100
committerDamien Miller <djm@mindrot.org>2000-03-17 10:54:15 +1100
commit29ea30d95627517e45e886820e3ef32168bd8dd7 (patch)
treea18a0eb90f9b74dfb4e3b2eb9e54888893693f1b /ChangeLog
parent696be9031b42c341c45ec36e2cd10db7869fb93a (diff)
- Clarified --with-default-path option.
- Added -blibpath handling for AIX to work around stupid runtime linking. Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble <jmknoble@pobox.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c073da2..13dbdd01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+20000317
+ - Clarified --with-default-path option.
+ - Added -blibpath handling for AIX to work around stupid runtime linking.
+ Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble
+ <jmknoble@pobox.com>
+
20000316
- Fixed configure not passing LDFLAGS to Solaris. Report from David G.
Hesprich <dghespri@sprintparanet.com>