diff options
| author | Igor Pashev <igor.pashev@nexenta.com> | 2013-04-16 01:56:37 +0400 |
|---|---|---|
| committer | Igor Pashev <igor.pashev@nexenta.com> | 2013-04-16 01:56:37 +0400 |
| commit | ac0f0b121e3438a2f203638f5b8b6ade502227e3 (patch) | |
| tree | 40fea454096d985d828f00421091c09f5475abaf /python2.7/Makefile | |
| parent | c61b9a58724171506b76d8ed306df8fefd20e5ac (diff) | |
| download | cibs-pkgs-ac0f0b121e3438a2f203638f5b8b6ade502227e3.tar.gz | |
Need a symlink under config/ dir
Diffstat (limited to 'python2.7/Makefile')
| -rw-r--r-- | python2.7/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python2.7/Makefile b/python2.7/Makefile index 801d7f7..cca5e09 100644 --- a/python2.7/Makefile +++ b/python2.7/Makefile @@ -135,6 +135,8 @@ postinst-stamp: install-default-stamp rm $(d)/$(scriptdir)/config/*.a ln -sf $(topdir)/$(d)/$(libdir)/libpython$(pyver).a \ $(d)/$(scriptdir)/config/libpython$(pyver).a + ln -sf $(topdir)/$(d)/$(libdir)/libpython$(pyver).so \ + $(d)/$(scriptdir)/config/libpython$(pyver).so symlinks -c $(d)/$(scriptdir)/config/ cp -p debian/_sysconfigdata.py $(d)/$(scriptdir)/ |
