Whew, the libsec.h file was correct on the first push. APE builds of libmp and libsec are being rolled in to support a new Python 2.7.3+ port. Like what you've started doing, the new Python port will not have OpenSSL linked in and instead uses libsec.
-jas On Feb 4, 2013, at 5:44 AM, Yaroslav <yari...@gmail.com> wrote: > The mp.h fix: > > /n/sources/plan9/sys/include/ape/mp.h:5,12 - /sys/include/ape/mp.h:5,12 > #ifndef __LIBMP_H_ > #define __LIBMP_H_ > > - #pragma src "/sys/src/libmp" > - #pragma lib "libmp.a" > + #pragma src "/sys/src/ape/lib/mp" > + #pragma lib "/$M/lib/ape/libmp.a" > > typedef unsigned int mpdigit; /* from /$objtype/include/u.h */