Subject: pkg/36629: devel/python24 (maybe others) checks for readline
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <blair.sadewitz@gmail.com>
List: pkgsrc-bugs
Date: 07/11/2007 07:50:01
>Number: 36629
>Category: pkg
>Synopsis: devel/python24 (maybe others) checks for readline
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Jul 11 07:50:01 +0000 2007
>Originator: Blair Sadewitz
>Release: 4.99.23
>Organization:
>Environment:
NetBSD 4.99.23 amd64
>Description:
devel/python24's configure script checks for -lreadline. IMO, we should include devel/readline/buildlink3.mk to satisfy this. I use GNU readline by default on NetBSD, so I don't know whether or not NetBSD's implementation will suffice.
>How-To-Repeat:
Configure devel/python24.
>Fix:
.include "../../devel/readline/buildlink3.mk"
Perhaps add an option/include by default only if built-in?