Patches item #881820, was opened at 2004-01-22 00:35 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=881820&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Build Group: Python 2.4 >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: David Dyck (dcd) Assigned to: Martin v. Löwis (loewis) Summary: look in libbsd.a also for openpty and forkpty Initial Comment: fix bug [ 880996 ] 2.3.3 make fails build posix_openpty' where libbsd.a contains openpty (and forkpty) instead of libutil.a. ---------------------------------------------------------------------- >Comment By: Martin v. Löwis (loewis) Date: 2006-01-08 11:09 Message: Logged In: YES user_id=21627 Thanks for the patch. These things should be cascaded, so it should look in libbsd only if it was not found in libutil. I adjusted the patch, and applied it as r41975 and r41976. ---------------------------------------------------------------------- Comment By: Neal Norwitz (nnorwitz) Date: 2005-10-02 09:16 Message: Logged In: YES user_id=33168 Martin, do you have any problem with this patch? I'm inclined to accept it unless there's a reason not to. If you think it's ok, is it also ok to backport to 2.4? It looks very simple, but I'm still a bit more hesitant. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=881820&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
