DragonFly bugs List (threaded) for 2007-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
[issue81] possible readline license violation
Matt Emmerton <matt@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@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}
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]