This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients
Date 2006-01-23.14:43:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=580910

I don't really like this, although this would give DP the same treatment as Fink. 

IMHO it would be better to search in the directories provided in LDFLAGS and/or 
OPT, that way users can choose if they want to use software from DP (or Fink).

Most of the required functionality seems to be there already. The only thing 
that's missing is enhancing variables like search_for_ssl_incs_in based on the 
include directories in OPT, but that's not necessary to pick up readline support.

E.g. '.../configure ... OPT=-I/opt/local/include LDFLAGS=-L/opt/local/include' 
should do the trick without patching python.
History
Date User Action Args
2007-08-23 15:45:27adminlinkissue1411588 messages
2007-08-23 15:45:27admincreate