summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-03-27 16:10:22 +1000
committerDamien Miller <djm@mindrot.org>2001-03-27 16:10:22 +1000
commit771bbac73327304cbac69ca37e33b5771e01fc17 (patch)
tree47fc453f1ed080f11f2310a942c9c22631c1bf8a /TODO
parentd0fca423fcee576f4787d01f8bad3f9c0efd62ab (diff)
more detail about krb4/-lcrypto conflicts
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 8 insertions, 2 deletions
diff --git a/TODO b/TODO
index ea2225eea..cfd68435b 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,13 @@ Programming:
2- Grep for 'XXX' comments and fix 2- Grep for 'XXX' comments and fix
3 3
4- Link order is incorrect for some systems using Kerberos 4 and AFS. Result 4- Link order is incorrect for some systems using Kerberos 4 and AFS. Result
5is multiple inclusion of DES symbols. 5 is multiple inclusion of DES symbols. Holger Trapp
6 <holger.trapp@hrz.tu-chemnitz.de> reports that changing the configure
7 generated link order from:
8 -lresolv -lkrb -lz -lnsl -lutil -lkafs -lkrb -ldes -lcrypto
9 to:
10 -lresolv -lkrb -lz -lnsl -lutil -lcrypto -lkafs -lkrb -ldes
11 fixing the problem.
6 12
7- Integrate contrib/mdoc2man.pl so platforms which only have the troff 13- Integrate contrib/mdoc2man.pl so platforms which only have the troff
8 'an' macros can have readable manpages. 14 'an' macros can have readable manpages.
@@ -82,4 +88,4 @@ Packaging:
82- HP-UX: Provide DEPOT package scripts. 88- HP-UX: Provide DEPOT package scripts.
83 (gilbert.r.loomis@saic.com) 89 (gilbert.r.loomis@saic.com)
84 90
85$Id: TODO,v 1.39 2001/03/21 00:12:55 djm Exp $ 91$Id: TODO,v 1.40 2001/03/27 06:10:22 djm Exp $