Patch #805678: Add .so symlink during make install. Backported to 2.3.

This commit is contained in:
Martin v. Löwis 2003-09-20 10:50:48 +00:00
parent 519adae1c1
commit 2cc6c29e33
1 changed files with 1 additions and 0 deletions

View File

@ -613,6 +613,7 @@ altbininstall: $(BUILDPYTHON)
$(INSTALL_SHARED) libpython$(VERSION)$(SO) $(DESTDIR)$(BINDIR); \
else \
$(INSTALL_SHARED) libpython$(VERSION)$(SO) $(DESTDIR)$(LIBDIR)/$(INSTSONAME); \
(cd $(DESTDIR)$(LIBDIR); $(LN) -sf $(INSTSONAME) libpython$(VERSION)$(SO)); \
fi; \
else true; \
fi