[issue81] possible readline license violation

Matt Emmerton bugs at crater.dragonflybsd.org
Thu Jan 18 19:27:53 PST 2007


Matt Emmerton <matt at gsicomp.on.ca> added the comment:

Investigation reveals that although the two KRB5 utilities (kadmin, ktutil) 
link with -lreadline, they don't actually use the readline facilities.

The following patch removes -lreadline, and is buildworld clean.

_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue81>
_____________________________________________________Index: kerberos5/usr.sbin/ktutil/Makefile
===================================================================
RCS file: /home/dcvs/src/kerberos5/usr.sbin/ktutil/Makefile,v
retrieving revision 1.4
diff -r1.4 Makefile
23c23
<       -lreadline -lncurses
---
>       -lncurses
Index: kerberos5/usr.bin/kadmin/Makefile
===================================================================
RCS file: /home/dcvs/src/kerberos5/usr.bin/kadmin/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
31c31
<       -lreadline -lncurses ${LDAPLDADD}
---
>       -lncurses ${LDAPLDADD}




More information about the Bugs mailing list