From 9fceb1cb7458aff1ca0e770b39ffdaa3398ccc56 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 27 Dec 2012 11:24:41 +0400 Subject: Added minimal set of binary modules --- python2.7/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'python2.7/Makefile') diff --git a/python2.7/Makefile b/python2.7/Makefile index 8628a2b..7436e3e 100644 --- a/python2.7/Makefile +++ b/python2.7/Makefile @@ -37,10 +37,12 @@ configure-options += \ --enable-shared \ -# Ensure Makefile goes into /usr/lib/pythonX.Y/config -# (where runtime will look it for), -# not into /usr/lib/amd64/pythonX.Y/config: -install-%-stamp: make-vars += LIBPL=$(prefix)/lib/python$(pyver)/config +# We install libpython.X.Y.so.* in usual place (libdir), +# but runtime libraries go into the place where python +# looks them for: +install-%-stamp: make-vars += \ + LIBPL=$(prefix)/lib/python$(pyver)/config \ + DESTSHARED=$(prefix)/lib/python$(pyver)/lib-dynload checksum-Python-2.7.3.tar.bz2 := \ md5:c57477edd6d18bd9eeca2f21add73919 \ -- cgit v1.2.3