summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-08-20 11:06:20 +1000
committerDamien Miller <djm@mindrot.org>2014-08-20 11:06:20 +1000
commitc5089ecaec3b2c02f014f4e67518390702a4ba14 (patch)
treef0976079f608ef309c6536f76a7bac33f1d5a776 /ChangeLog
parent2195847e503a382f83ee969b0a8bd3dfe0e55c18 (diff)
- (djm) [Makefile.in] refer to libtest_helper.a by explicit path rather than
-L/-l; fixes linking problems on some platforms
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94c4beeb3..2ab238d4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
12014020 12014020
2 - (djm) [configure.ac] Check OpenSSL version is supported at configure time; 2 - (djm) [configure.ac] Check OpenSSL version is supported at configure time;
3 suggested by Kevin Brott 3 suggested by Kevin Brott
4 - (djm) [Makefile.in] refer to libtest_helper.a by explicit path rather than
5 -L/-l; fixes linking problems on some platforms
4 6
520140819 720140819
6 - (djm) [serverloop.c] Fix syntax error on Cygwin; from Corinna Vinschen 8 - (djm) [serverloop.c] Fix syntax error on Cygwin; from Corinna Vinschen